//
pkg.gl
Category
github.com/grailbio/base
sync
ctxsync
package
0.0.11
Repository:
https://github.com/grailbio/base.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
9
Files
68 SLOC
#
Functions
NewCond
NewCond returns a new ContextCond based on Locker l.
#
Structs
Cond
A Cond is a condition variable that implements a context-aware Wait.
Mutex
Mutex is a context-aware mutex.