FileSize | 242676 |
MD5 | 2CA1D4F34BCD238A4F958788325E80DA |
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 | Debian Boost Team <team+boost@tracker.debian.org> |
PackageName | libboost-coroutine1.71.0 |
PackageSection | libs |
PackageVersion | 1.71.0-7+b2 |
SHA-1 | 27AE72593EF87CA4791BECAD8AC4FE41DE510B30 |
SHA-256 | 55322E441C8667D854020D1003B1C1972F80F3C84A4740FB94B4F8D54645B164 |