Package libboost_coroutine1.67.0: Information

    Binary package: libboost_coroutine1.67.0
    Version: 1.67.0-alt6
    Architecture: x86_64
    Build time:  Jun 18, 2020, 09:25 AM in the task #247371
    Source package: boost
    Category: Development/C++
    Report package bug
    License: Boost Software License
    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: Michael Shigorin


    Last changed


    April 4, 2019 Michael Shigorin 1:1.67.0-alt6
    - Support build on e2kv4 through %e2k macro.
    Dec. 10, 2018 Ivan A. Melnikov 1:1.67.0-alt5
    - Make boost-devel replace boost-process-devel.
    July 30, 2018 Aleksei Nikiforov 1:1.67.0-alt4
    - Rebuilt with numpy support (Closes: #35190).