[ 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.