libboost-coroutine2

[full]

(C++11) Coroutine library

boost.coroutine2 provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls).

Coroutines can be viewed as a language-level construct providing a special kind of control flow.

In contrast to threads, which are pre-emptive, coroutines switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches.

... More
license BSL-1.0
project boost
url github.com/boostorg/coroutine2
doc-url www.boost.org/doc/libs/1_83_0/libs/coroutine2
topics C++Boost
4 Versions
version 1.83.0
repository https://pkg.cppget.org/1/stable
depends 3; libboost-assert, libboost-config, libboost-context
version 1.81.0+1
repository https://pkg.cppget.org/1/stable
depends 3; libboost-assert, libboost-config, libboost-context
version 1.78.0
repository https://pkg.cppget.org/1/stable
depends 3; libboost-assert, libboost-config, libboost-context
version 1.77.0+1
repository https://pkg.cppget.org/1/stable
depends 3; libboost-assert, libboost-config, libboost-context