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