package
1.19.3
Repository: https://github.com/antigloss/go.git
Documentation: pkg.go.dev

# Functions

NewSemaphore creates a ready-to-use Semaphore.

# Structs

Semaphore is a mimic of the POSIX semaphore based on channel and sync.Mutex.
SemaphoreResource holds resources acquired from a Semaphore object.