软件包:libthreadar-dev(1.5.0-1~bpo12+1)
libthreadar-dev 的相关链接
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 (development files)
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.
其他与 libthreadar-dev 有关的软件包
|
|
|
|
-
- dep: libthreadar1000 (= 1.5.0-1~bpo12+1)
- C++ classes for manipulating threads