Yaaf.FSharp.Helper


AsyncSemaphore

Defined in Yaaf.FSharp.Helper.dll.

Constructors

ConstructorDescription
new(initialCount)
Signature: initialCount:int -> AsyncSemaphore

Instance members

Instance memberDescription
Release()
Signature: unit -> unit
WaitAsync()
Signature: unit -> Task<bool>
Fork me on GitHub