Synchronized

zio.Ref$.Synchronized$
See theSynchronized companion class

Attributes

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

Members list

Concise view

Value members

Concrete methods

def make[A](a: => A)(implicit trace: Trace): UIO[Synchronized[A]]

Creates a new Ref.Synchronized with the specified value.

Creates a new Ref.Synchronized with the specified value.

Attributes