Package libboost_coroutine1.76.0: Information

    Binary package: libboost_coroutine1.76.0
    Version: 1.76.0-alt2
    Architecture: e2k
    Build time:  Dec 11, 2023, 08:20 PM
    Source package: boost
    Category: Development/C++
    Report package bug
    License: BSL-1.0
    Summary: Boost.Coroutine Library
    Description: 
    Boost.Coroutine provides templates for generalized subroutines which
    allow suspending and resuming execution at certain locations. It
    preserves the local state of execution and allows re-entering
    subroutines more than once.
    
    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.

    Maintainer: Ilya Kurdyukov


    Last changed


    June 23, 2021 Ilya Kurdyukov 1:1.76.0-alt2
    - added makecontext patch for Elbrus
    April 28, 2021 Aleksei Nikiforov 1:1.76.0-alt1
    - Updated to upstream version 1.76.0.
    - Disabled compat python symlinks.
    - Enabled cmake support.
    March 15, 2021 Aleksei Nikiforov 1:1.75.0-alt3
    - Packaged boost-build instead of boost-jam.