You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A documentation site has been created on pikacpp.org. (#723)
A new command line option --pika:process-mask has been added to allow overriding the mask detected at startup. The process mask is also now read before the pika runtime is started to avoid problems with e.g. OpenMP resetting the mask before pika can read it. (#738, #739)
An overload of pika::start which takes no callable and is equivalent to passing nullptr_t or an empty callable as the entry point has been added. (#761)
Breaking changes
The any_receiverset_value_t overload now accepts types which may throw in their move and copy constructors. (#702)
The PIKA_WITH_GENERIC_CONTEXT_COROUTINES CMake option has been renamed to PIKA_WITH_BOOST_CONTEXT. (#729)
The then and unpack sender adaptors now correctly have noexceptget_env_t customizations. (#732)