semaphore type represents a channel that implements the semaphore pattern.
| 20 | type ( |
| 21 | // semaphore type represents a channel that implements the semaphore pattern. |
| 22 | semaphore chan struct{} |
| 23 | ) |
| 24 | |
| 25 | type ( |
nothing calls this directly
no outgoing calls
no test coverage detected