tokio
1.41.1
Module semaphore
Structs
In tokio::sync
Module
tokio
::
sync
::
semaphore
Copy item path
source
·
[
−
]
Structs
§
OwnedSemaphorePermit
An owned permit from the semaphore.
Semaphore
Counting semaphore performing asynchronous permit acquisition.
SemaphorePermit
A permit from the semaphore.