TSemaphore

io.github.timwspence.cats.stm.TSemaphoreLike.TSemaphore
See theTSemaphore companion object
final class TSemaphore

Attributes

Companion:
object
Source:
TSemaphore.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Acquire a permit. Retries if no permits are available.

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.

Release a currently held permit.

Attributes

Source:
TSemaphore.scala