[ trixie ]
[ sid ]
软件包:golang-github-nebulouslabs-threadgroup-dev(0.0~git20170509.d137120-2)
golang-github-nebulouslabs-threadgroup-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-nebulouslabs-threadgroup:
- [golang-github-nebulouslabs-threadgroup_0.0~git20170509.d137120-2.dsc]
- [golang-github-nebulouslabs-threadgroup_0.0~git20170509.d137120.orig.tar.xz]
- [golang-github-nebulouslabs-threadgroup_0.0~git20170509.d137120-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Simplification of thread management and shutdown routines (library)
Threadgroup is a utility to facilitate clean and quick shutdown of related, long-running threads or resources. Threads or resources can call Add to signal that shutdown should be blocked until they have finished, and then can call Done when they have finished. Calling Stop will block until all resources have called Done, and will return an error if future resources attempt to call Add.
This package contains the Go development library.