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

Depends (3)

libboost-assert == 1.81.0
libboost-config == 1.81.0
libboost-context == 1.81.0

Reviews

fail 0
pass 1