libboost-coroutine2/1.77.0+1

[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
version 1.77.0+1
license BSL-1.0Boost Software License 1.0
repository https://pkg.cppget.org/1/legacy
download libboost-coroutine2-1.77.0+1.tar.gz
sha256 b1c940d64d2e035b3e1b4c67b71f68bb0cfe589a643626180dcc5e3e90604136
project boost
url github.com/boostorg/coroutine2
doc-url www.boost.org/doc/libs/1_77_0/libs/coroutine2
package-url github.com/build2-packaging/boost
package-email packaging@build2.orgMailing list
topics C++Boost

Depends (3)

libboost-assert == 1.77.0
libboost-config == 1.77.0
libboost-context == 1.77.0

Reviews

fail 0
pass 1