struct deferred_policy
Declaration
struct deferred_policy : public policy_holder { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////
Declared at: libs/pika/async_base/include/pika/async_base/launch_policy.hpp:386
Inherits from: policy_holder
Method Overview
- public constexpr deferred_policy(threads::thread_priority priority = threads::thread_priority::default_, threads::thread_stacksize stacksize = threads::thread_stacksize::default_, threads::thread_schedule_hint hint = {}) noexcept
Methods
constexpr deferred_policy(
threads::thread_priority priority =
threads::thread_priority::default_,
threads::thread_stacksize stacksize =
threads::thread_stacksize::default_,
threads::thread_schedule_hint hint =
{}) noexcept
constexpr deferred_policy(
threads::thread_priority priority =
threads::thread_priority::default_,
threads::thread_stacksize stacksize =
threads::thread_stacksize::default_,
threads::thread_schedule_hint hint =
{}) noexceptDeclared at: libs/pika/async_base/include/pika/async_base/launch_policy.hpp:388
Parameters
- threads::thread_priority priority = threads::thread_priority::default_
- threads::thread_stacksize stacksize = threads::thread_stacksize::default_
- threads::thread_schedule_hint hint = {}