Package libboost_coroutine1.58.0: Information

    Binary package: libboost_coroutine1.58.0
    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: 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


    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.