io.github.timwspence.cats.stm.TSemaphoreLike.TSemaphore
See theTSemaphore companion object
Attributes
-
Companion
-
object
-
Source
-
TSemaphore.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Members list
Acquire a permit. Retries if no permits are available.
Attributes
-
Source
-
TSemaphore.scala
Get the number of permits currently available.
Get the number of permits currently available.
Attributes
-
Source
-
TSemaphore.scala
Release a currently held permit.