MVar

zio.concurrent.MVar$
See theMVar companion class
object MVar

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MVar.type

Members list

Concise view

Value members

Concrete methods

def empty[A]: UIO[MVar[A]]

Creates an MVar which is initially empty

Creates an MVar which is initially empty

Attributes

def make[A](a: A): UIO[MVar[A]]

Create an MVar which contains the supplied value

Create an MVar which contains the supplied value

Attributes