Package libboost_coroutine1.73.0: Information

    Binary package: libboost_coroutine1.73.0
    Version: 1.73.0-alt4
    Architecture: i586
    Build time:  Sep 8, 2020, 09:44 PM in the task #256956
    Source package: boost1.73.0
    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: Aleksei Nikiforov


    Last changed


    Aug. 31, 2020 Aleksei Nikiforov 1:1.73.0-alt4
    - Built boost-1.73.0 legacy libraries package.
    June 16, 2020 Aleksei Nikiforov 1:1.73.0-alt3
    - Applied upstream patch for disabling versioned symlinks.
    June 15, 2020 Aleksei Nikiforov 1:1.73.0-alt2
    - Removed versioned symlinks (Closes: #38611).