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

Value members

Concrete methods

def acquire: Txn[Unit]

Acquire a permit.

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
def release: Txn[Unit]

Release a currently held permit.

Release a currently held permit.

Attributes

Source
TSemaphore.scala