TSemaphore

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

def make(permits: Long): Txn[TSemaphore]

Create a new TSem with permits available permits.

Create a new TSem with permits available permits.

Attributes

Source:
TSemaphore.scala