hpx/executors/sequenced_executor.hpp#

Defined in header hpx/executors/sequenced_executor.hpp.

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace execution
struct sequenced_executor#
#include <sequenced_executor.hpp>

A sequential_executor creates groups of sequential execution agents which execute in the calling thread. The sequential order is given by the lexicographical order of indices in the index space.

Private Static Functions

template<typename Archive>
static inline constexpr void serialize(Archive&, unsigned int const) noexcept#

Friends

friend class hpx::serialization::access
namespace experimental