Package boost-context-devel: Information

    Binary package: boost-context-devel
    Version: 1.67.0-alt6
    Architecture: armh
    Build time:  Nov 14, 2022, 01:34 PM in the task #303505
    Source package: boost
    Category: Development/C++
    Report package bug
    License: Boost Software License
    Summary: The Boost Context Library development files
    Description: 
    Boost.Context is a foundational library that provides a sort of
    cooperative multitasking on a single thread. By providing an abstraction
    of the current execution state in the current thread, including the
    stack (with local variables) and stack pointer, all registers and CPU
    flags, and the instruction pointer, a fcontext_t instance represents a
    specific point in the application's execution path. This is useful for
    building higher-level abstractions, like coroutines, cooperative threads
    (userland threads) or an equivalent to C# keyword yield in C++.

    Maintainer: Michael Shigorin


    Last changed


    April 4, 2019 Michael Shigorin 1:1.67.0-alt6
    - Support build on e2kv4 through %e2k macro.
    Dec. 10, 2018 Ivan A. Melnikov 1:1.67.0-alt5
    - Make boost-devel replace boost-process-devel.
    July 30, 2018 Aleksei Nikiforov 1:1.67.0-alt4
    - Rebuilt with numpy support (Closes: #35190).