FileSize | 17166 |
MD5 | 2E3050A2578734D1D28BD0C6D17CB834 |
PackageDescription | provides a sort of cooperative multitasking on a single thread
This package forms part of the Boost C++ Libraries collection.
.
Boost.Coroutine 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, coroutine switches are
cooperative (programmer controls when a switch will happen). The
kernel is not involved in the coroutine switches.
.
The implementation uses Boost.Context for context switching. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libboost-coroutine1.61.0 |
PackageSection | libs |
PackageVersion | 1.61.0+dfsg-2.1 |
SHA-1 | 7ADF0548790A2158F009E42D0E05FF065FC90F48 |
SHA-256 | 36CC54E85B08FFCA11B54993551396EAFA83A6161661159C76C5819BE3CB350D |