package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Jan 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Semaphore struct {
}
New creates a new Semaphore instance
Acquire acquires a semaphore, blocking until resources
are available
Release releases a semaphore
Wait acquires the MaxConcurrentNum semaphore, blocking until
all resources are available
Source Files
¶
Click to show internal directories.
Click to hide internal directories.