https://github.com/oxplot/valuewaiter
Package valuewaiter provides a synchronization primitive that allows goroutines to wait for a specific value to be set.
https://github.com/oxplot/valuewaiter
Last synced: 4 months ago
JSON representation
Package valuewaiter provides a synchronization primitive that allows goroutines to wait for a specific value to be set.
- Host: GitHub
- URL: https://github.com/oxplot/valuewaiter
- Owner: oxplot
- License: bsd-3-clause
- Created: 2025-07-15T11:58:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T12:09:55.000Z (4 months ago)
- Last Synced: 2025-07-16T02:58:10.424Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# valuewaiter
[](https://pkg.go.dev/github.com/oxplot/valuewaiter)
A Go package that provides a synchronization primitive allowing goroutines to wait for a specific value to be set.