Package boost-coroutine-devel: Information

  • Default inline alert: Version in the repository: 1.84.0-alt3

Binary package: boost-coroutine-devel
Version: 1.80.0-alt1
Architecture: aarch64
Build time:  Oct 25, 2022, 07:54 AM in the task #308894
Source package: boost
Category: Development/C++
Report package bug
License: BSL-1.0
Summary: The Boost Coroutine Library development files
Description: 
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).

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.

Maintainer: Ivan A. Melnikov


Last changed


Sept. 9, 2022 Ivan A. Melnikov 1:1.80.0-alt1
- Updated to upstream version 1.80.0
June 22, 2022 Anton Midyukov 1:1.77.0-alt5
- add upstream patch for fix build packages with CGAL and gcc12 on ppc64le
  (e.g. openscad)
Jan. 14, 2022 Aleksei Nikiforov 1:1.77.0-alt4
- Fixed compatibility with python-3.10.