libboost-coroutine2/1.78.0

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

Depends (3)

libboost-assert == 1.78.0
libboost-config == 1.78.0
libboost-context == 1.78.0

Reviews

fail 0
pass 1