...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Inherited from execution::any_executor.
Obtain the underlying execution context.
automatically_determined context() const;
This function is provided for backward compatibility. It is automatically
defined when the SupportableProperties
... list includes a
property of type execution::context_as<U>
, for some
type U
.