//
pkg.gl
Category
github.com/oasisprotocol/oasis-core/go
common
ctxsync
package
0.2501.0
Repository:
https://github.com/oasisprotocol/oasis-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
31 SLOC
#
Functions
NewCancelableCond
NewCancelableCond returns a new CancelableCond.
#
Structs
CancelableCond
CancelableCond is like sync.Cond, but you can wait with a context and bail when the context is done.