パッケージ: libboost-context1.74-dev (1.74.0-14ubuntu3)
libboost-context1.74-dev に関するリンク
Trisquel の資源:
boost1.74 ソースパッケージをダウンロード:
- [boost1.74_1.74.0-14ubuntu3.dsc]
- [boost1.74_1.74.0.orig.tar.xz]
- [boost1.74_1.74.0-14ubuntu3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Boost Team
- Steve M. Robbins
- Giovanni Mascellani
- Anton Gladky
外部の資源:
- ホームページ [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-14ubuntu3)
- provides a sort of cooperative multitasking on a single thread
-
- dep: libboost-thread1.74-dev (= 1.74.0-14ubuntu3)
- portable C++ multi-threading
-
- dep: libboost1.74-dev (= 1.74.0-14ubuntu3)
- Boost C++ Libraries development files