Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronization primitives for use in asynchronous contexts.

Structsยง

Semaphore
Counting semaphore performing asynchronous permit acquisition.
SemaphorePermit
A permit from the semaphore.