libboost-coroutine1.71.0 binary package in openKylin Yangtze V1.0 arm64
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.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2024-03-15 02:07:50 UTC | Published | openKylin Yangtze V1.0 arm64 | release | main | libs | Optional | 1.71.0-ok3 | ||
|
|||||||||
2024-02-27 06:45:27 UTC | Published | openKylin Yangtze V1.0 arm64 | proposed | main | libs | Optional | 1.71.0-ok3 | ||
|
|||||||||
2024-03-15 02:10:50 UTC | Superseded | openKylin Yangtze V1.0 arm64 | release | main | libs | Optional | 1.71.0-ok2 | ||
|
|||||||||
2024-02-27 06:45:29 UTC | Superseded | openKylin Yangtze V1.0 arm64 | proposed | main | libs | Optional | 1.71.0-ok2 | ||
|