package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jul 24, 2021
License: MIT
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 chan struct{}
Semaphore is empty type chan
NewSemaphore return semaphore
Lock used to lock resource
P used to acquire n resources
Signal used to send signal
Unlock used to unlock resource
V used to release n resouces
Source Files
¶
Click to show internal directories.
Click to hide internal directories.