套件:libboost-context1.74.0(1.74.0+ds1-23.1 以及其他的)
libboost-context1.74.0 的相關連結
Debian 的資源:
下載原始碼套件 boost1.74:
- [boost1.74_1.74.0+ds1-23.1.dsc]
- [boost1.74_1.74.0+ds1.orig.tar.xz]
- [boost1.74_1.74.0+ds1-23.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.boost.org]
相似套件:
provides a sort of cooperative multitasking on a single thread
This package forms part of the Boost C++ Libraries collection.
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++.
其他與 libboost-context1.74.0 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libstdc++6 (>= 14)
- GNU Standard C++ Library v3