struct apply_policy
Declaration
struct apply_policy : public policy_holder { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////
Declared at: libs/pika/async_base/include/pika/async_base/launch_policy.hpp:450
Inherits from: policy_holder
Method Overview
- public constexpr apply_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 apply_policy(
threads::thread_priority priority =
threads::thread_priority::default_,
threads::thread_stacksize stacksize =
threads::thread_stacksize::default_,
threads::thread_schedule_hint hint =
{}) noexcept
constexpr apply_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:452
Parameters
- threads::thread_priority priority = threads::thread_priority::default_
- threads::thread_stacksize stacksize = threads::thread_stacksize::default_
- threads::thread_schedule_hint hint = {}