Package boost-coroutine-devel: Information

    Binary package: boost-coroutine-devel
    Version: 1.85.0-alt2
    Architecture: aarch64
    Build time:  Apr 27, 2024, 10:55 PM in the task #345245
    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


    April 18, 2024 Ivan A. Melnikov 1:1.85.0-alt2
    - Disable long double support for Boost.Charconv on ppc64le
    April 16, 2024 Ivan A. Melnikov 1:1.85.0-alt1
    - 1.85.0
    Feb. 13, 2024 Michael Shigorin 1:1.84.0-alt3
    - E2K: use the patch in the intended way (thx Krylov)