TSemaphoreLike
io.github.timwspence.cats.stm.TSemaphoreLike
trait TSemaphoreLike[F[_]] extends STMLike[F]
Convenience definition of a semaphore in the STM
monad.
Analogous to cats.effect.concurrent.Semaphore
.
Attributes
- Source
- TSemaphore.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait STM[F]
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- TSemaphore.scala
- Supertypes
object TSemaphore
Attributes
- Companion
- class
- Source
- TSemaphore.scala
- Supertypes
- Self type
-
TSemaphore.type
Inherited classlikes
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
- Supertypes
object TVar
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
- Supertypes
object Txn
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
- Supertypes
Inherited and Abstract classlikes
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
- Supertypes
Value members
Inherited methods
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
Inherited fields
Attributes
- Inherited from:
- STMLike
- Source
- STMLike.scala
In this article