[ Bron: golang-github-modern-go-concurrent ]
Pakket: golang-github-modern-go-concurrent-dev (1.0.3-1.1)
Verwijzigingen voor golang-github-modern-go-concurrent-dev
Debian bronnen:
Het bronpakket golang-github-modern-go-concurrent downloaden:
- [golang-github-modern-go-concurrent_1.0.3-1.1.dsc]
- [golang-github-modern-go-concurrent_1.0.3.orig.tar.gz]
- [golang-github-modern-go-concurrent_1.0.3-1.1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- libconcurrent-java
- ruby-concurrent
- ru-tts
- golang-github-johanneskaufmann-html-to-markdown-dev
- golang-github-canonical-go-dqlite-dev
- golang-github-nightlyone-lockfile-dev
- libpgm2asc0.52
- ruby-concurrent-ext
- golang-github-remeh-sizedwaitgroup-dev
- golang-github-alecthomas-chroma-v2-dev
- libbackport9-java
Modern-go concurrency utilities
The modern-go/concurrent library includes a collection of concurrency utilities:
* concurrent.Map: sync.Map backport for golang below 1.9. * concurrent.Executor: goroutine with explicit ownership and cancellable.