パッケージ: libthreadar1000 (1.5.0-1~bpo12+1)
libthreadar1000 に関するリンク
Debian の資源:
libthreadar ソースパッケージをダウンロード:
- [libthreadar_1.5.0-1~bpo12+1.dsc]
- [libthreadar_1.5.0.orig.tar.gz]
- [libthreadar_1.5.0-1~bpo12+1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [sourceforge.net]
類似のパッケージ:
C++ classes for manipulating threads
Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code.
It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context.
Additionally, all the related objects around multi-threading (mutex, semaphore, etc) are provided, under easy to use and independent C++ classes. Other more advanced classes ease the information exchange between threads like scattering and gathering a collection of objects between many threads, or asynchonous buffered information exchanges between two threads.
libthreadar allows the dar package to provide multithreaded encryption, compression, and remote repository access.
その他の libthreadar1000 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3