SubscriptionRef

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Creates a new SubscriptionRef with the specified value.

Creates a new SubscriptionRef with the specified value.