Package libboost_coroutine1.80.0: Information

    Binary package: libboost_coroutine1.80.0
    Version: 1.80.0-alt1
    Architecture: ppc64le
    Build time:  Oct 25, 2022, 07:54 AM in the task #308894
    Source package: boost
    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


    Sept. 9, 2022 Ivan A. Melnikov 1:1.80.0-alt1
    - Updated to upstream version 1.80.0
    June 22, 2022 Anton Midyukov 1:1.77.0-alt5
    - add upstream patch for fix build packages with CGAL and gcc12 on ppc64le
      (e.g. openscad)
    Jan. 14, 2022 Aleksei Nikiforov 1:1.77.0-alt4
    - Fixed compatibility with python-3.10.