cats-stm
0.13.5
cats-stm
API
io.github.timwspence.cats.stm
STM
STM
Make
Make
STMConstants
STMLike
TVar
TVar
Txn
Txn
TDeferredLike
TDeferred
TDeferred
TDeferredSink
TDeferredSink
TDeferredSource
TDeferredSource
TMVarLike
TMVar
TMVar
TQueueLike
TQueue
TQueue
TSemaphoreLike
TSemaphore
TSemaphore
cats-stm
/
io.github.timwspence.cats.stm
/
TMVarLike
/
TMVar
TMVar
io.github.timwspence.cats.stm.TMVarLike.TMVar
See the
TMVar
companion class
object
TMVar
Attributes
Companion
class
Source
TMVar.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
TMVar
.
type
Members list
Clear all
Value members
Concrete methods
def
empty
[
A
]:
Txn
[
TMVar
[
A
]]
Create a new empty
TMVar
.
Create a new empty
TMVar
.
Attributes
Source
TMVar.scala
def
of
[
A
](
value
:
A
):
Txn
[
TMVar
[
A
]]
Create a new
TMVar
, initialized with a value
.
Create a new
TMVar
, initialized with a value
.
Attributes
Source
TMVar.scala
In this article
Attributes
Members list
Value members
Concrete methods