SubscriptionRef

zio.stream.SubscriptionRef
See theSubscriptionRef companion trait

Attributes

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

Members list

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.

Attributes