软件包:libboost-context1.74-dev(1.74.0+ds1-21)
libboost-context1.74-dev 的相关链接
Debian 的资源:
下载源码包 boost1.74:
- [boost1.74_1.74.0+ds1-21.dsc]
- [boost1.74_1.74.0+ds1.orig.tar.xz]
- [boost1.74_1.74.0+ds1-21.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-dev 有关的软件包
|
|
|
|
-
- dep: libboost-context1.74.0 (= 1.74.0+ds1-21)
- provides a sort of cooperative multitasking on a single thread
-
- dep: libboost-thread1.74-dev (= 1.74.0+ds1-21)
- portable C++ multi-threading
-
- dep: libboost1.74-dev (= 1.74.0+ds1-21)
- Boost C++ Libraries development files