Package boost-coroutine-devel: Information

    Binary package: boost-coroutine-devel
    Version: 1.58.0-alt4
    Architecture: x86_64
    Build time:  May 12, 2016, 06:28 PM in the task #164640
    Source package: boost
    Category: Development/C++
    Report package bug
    License: Boost Software License
    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


    May 12, 2016 Igor Vlasenko 1:1.58.0-alt4
    - NMU: added patch37 (closes: #32001)
    April 1, 2016 Ivan Zakharyaschev 1:1.58.0-alt3
    - rebuild with python3.5 (for ABI changes)
    - this will also rename the autoreqs to the new python3(*) form
    - (.spec) fix the build of lib compat pkgs (%if_without devel)
    March 31, 2016 Ivan Zakharyaschev 1:1.58.0-alt2
    - (.spec) ugly LD_PRELOAD replaced with nice new
      %requires_python{,3}_ABI_for_files.