Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

any_io_executor::context

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.


PrevUpHomeNext