//
pkg.gl
Category
github.com/risingwavelabs/filechannel
internal
condvar
package
0.1.9
Repository:
https://github.com/risingwavelabs/filechannel.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
54 SLOC
#
Functions
NewCond
NewCond creates a new [Cond] with a [sync.Locker].
#
Structs
Cond
Cond is a conditional variable implementation that uses channels for notifications.