Synchronized

zio.Ref.Synchronized
See theSynchronized companion class
object Synchronized

Attributes

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

Members list

Type members

Classlikes

object unsafe

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
unsafe.type

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