//
pkg.gl
Category
github.com/abmpio/threadingx
syncx
package
0.0.0-20240510121334-1a95103205f0
Repository:
https://github.com/abmpio/threadingx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
24 SLOC
#
Functions
Guard
Guard guards the given fn with lock.
GuardAs
No description provided by the author
Once
Once returns a func that guarantees fn can only called once.
#
Structs
Barrier
A Barrier is used to facility the barrier on a resource.