arrow-fx-coroutines / arrow.fx.coroutines / Semaphore / tryAcquire
open suspend fun tryAcquire(): Boolean
open suspend fun tryAcquire():
Boolean
Acquires 1 permit and signals success with a Boolean immediately.
See Also
acquireN
Do you like Arrow?