Pudu programming language
Menu
API reference

Std.Concurrent.Coordinate.Semaphore

1 declaration

type

Semaphore

A count of permits. The free ones wait in permits; out counts those taken, and a release lowers it before returning a permit, so a release with nothing out is refused instead of blocking on a full channel.

Back to Std.Concurrent.CoordinateSearch related declarations