//
pkg.gl
Category
github.com/emc-cmd/libstorage
api
utils
semaphore
package
0.1.0
Repository:
https://github.com/emc-cmd/libstorage.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
52 SLOC
#
Functions
Open
Open creates a new, named semaphore or opens an existing one if one exists with the given name.
Unlink
Unlink removes the named semaphore referred to by name.
#
Interfaces
Semaphore
Semaphore enables processes and threads to synchronize their actions.