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 an older version of Boost and was released in 2014. The current version is 1.89.0.
The coroutine callee type, used by the implementation.
typedef implementation_defined callee_type;
When using Boost.Coroutine v1, this type is:
typename coroutine<void()>
When using Boost.Coroutine v2 (unidirectional coroutines), this type is:
push_coroutine<void>
Header: boost/asio/spawn.hpp
Convenience header: boost/asio.hpp