Module local_sync::semaphore[][src]

Expand description

Semaphore borrowed from tokio.

Structs

Error returned from the Semaphore::acquire function.

An owned permit from the semaphore.

Counting semaphore performing asynchronous permit acquisition.

A permit from the semaphore.

Enums

Error returned from the Semaphore::try_acquire function.