Package libboost_coroutine1.84.0: Information

    Binary package: libboost_coroutine1.84.0
    Version: 1.84.0-alt4
    Architecture: e2k
    Build time:  Apr 28, 2024, 02:47 AM
    Source package: boost1.84.0
    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: Ivan A. Melnikov


    Last changed


    April 16, 2024 Ivan A. Melnikov 1:1.84.0-alt4
    - rebuild as compat package without development files
    Feb. 13, 2024 Michael Shigorin 1:1.84.0-alt3
    - E2K: use the patch in the intended way (thx Krylov)
    Feb. 12, 2024 Michael Shigorin 1:1.84.0-alt2
    - E2K: prime_fmod ftbfs workaround (ilyakurdyukov@; mcst#8285)