Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Prev Up HomeNext

Coroutine awaitables

The second part of the support is provided by header <boost/outcome/coroutine_support.hpp> (or <boost/outcome/experimental/coroutine_support.hpp> if you want Coroutine support for Experimental Outcome). This adds into namespace BOOST_OUTCOME_V2_NAMESPACE::awaitables (or BOOST_OUTCOME_V2_NAMESPACE::experimental::awaitables) these awaitable types suitable for returning from a Coroutinised function:

Last revised: April 07, 2020 at 10:22:38 +0100


Prev Up HomeNext