[ 原始碼: st ]
套件:libst-dev(1.9-3.4)
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
同時作為一個虛擬套件由這些套件填實: libc6.1-dev
-
- dep: libst1t64 (= 1.9-3.4)
- State Threads Library
-
- rec: pkgconf
- manage compile and link flags for libraries