FileSize | 258568 |
MD5 | 48738C479E4C36FF8472BF71C7BC7668 |
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.74.0 |
PackageSection | libs |
PackageVersion | 1.74.0-10 |
SHA-1 | 0C5D68AE87A1E22EEFFF58CCEEA1436B5B35D452 |
SHA-256 | FE6CD7294D6F70D0CE4016F678C5EAA6A7592890CE03304CEC9D0A040A2C92A9 |