パッケージ: 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 標準 C++ ライブラリ v3