hpx/executors/sequenced_executor.hpp
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.
 
- 
namespace experimental
 
- 
struct sequenced_executor#
 
- 
namespace execution