go-golang-org-x-sync 0.8.0
Channel: guix
Home page: https://go.googlesource.com/sync/
Licenses: Modified BSD
Synopsis: Additional Go concurrency primitives
Description:
This package provides Go concurrency primitives in addition to the ones provided by the language and sync
and sync/atomic
packages. The package provides several Golang submodules:
errgroup
- synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common tasksemaphore
- a weighted semaphore implementationsingleflight
- a duplicate function call suppression mechanismsyncmap
- a concurrent map implementation
Total results: 1