package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Semaphore interface {
Acquire()
Release()
}
* A Semaphore provides synchronized access to a constrained ressource.
* Creates a new Semaphore with a specific limit for concurrent access.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.