TMVar

object TMVar
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def empty[A](F: Concurrent[F]): Txn[TMVar[A]]

Create a new empty TMVar.

Create a new empty TMVar.

def of[A](value: A)(F: Concurrent[F]): Txn[TMVar[A]]

Create a new TMVar, initialized with a value.

Create a new TMVar, initialized with a value.