An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# valuewaiter

[![Go Reference](https://pkg.go.dev/badge/github.com/oxplot/valuewaiter.svg)](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.