arrow-fx / arrow.fx / Semaphore / tryAcquire
open fun tryAcquire(): Kind<F, Boolean>
open fun tryAcquire(): Kind<F,
Boolean
>
Try to acquire a resource and get an immediate response as Boolean.
See Also
tryAcquireN
Do you like Arrow?