软件包: libst-dev (1.9-3.1ubuntu1)
libst-dev 的相关链接
Trisquel 的资源:
下载源码包 st:
维护者:
Original Maintainer:
- Wesley W. Terpstra (Debian)
外部的资源:
- 主页 [state-threads.sourceforge.net]
相似软件包:
State Threads Library - Development files
The State Threads library has an interface similar to POSIX threads.
However, the threads are actually all run in-process. This type of threading allows for controlled schedualing points. It is highly useful for designing robust and extremely scalable internet applications since there is no resource contention and locking is generally unnecessary.
It can be combined with traditional threading or multiple process parallelism to take advantage of multiple processors.
This package contains the development files for compiling programs.
其他与 libst-dev 有关的软件包
|
|
|
-
- dep: libc6-dev
- GNU C Library: Development Libraries and Header Files
-
- dep: libst1 (= 1.9-3.1ubuntu1)
- State Threads Library
-
- rec: pkg-config
- manage compile and link flags for libraries