MVar

object MVar
Companion:
class
class Object
trait Matchable
class Any
MVar.type

Value members

Concrete methods

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

Creates an MVar which is initially empty

Creates an MVar which is initially empty

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

Create an MVar which contains the supplied value

Create an MVar which contains the supplied value