//
pkg.gl
Category
github.com/fichain/go-file
internal
semaphore
package
1.0.2
Repository:
https://github.com/fichain/go-file.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
28 SLOC
#
Functions
New
New returns a new counting semaphore of length `n`.
#
Structs
Semaphore
Semaphore used to control access to a common resource by multiple goroutines.