hpx/timed_execution/timed_executors.hpp#

Defined in header hpx/timed_execution/timed_executors.hpp.

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

namespace hpx
namespace parallel
namespace execution

Typedefs

using sequenced_timed_executor = timed_executor<hpx::execution::sequenced_executor>#
using parallel_timed_executor = timed_executor<hpx::execution::parallel_executor>#
template<typename BaseExecutor>
struct timed_executor