Module maitake::sync::semaphore

Expand description

An asynchronous counting semaphore.

A semaphore limits the number of tasks which may execute concurrently. See the Semaphore type’s documentation for details.

Structs

Enums