Supervisor

zio.Supervisor$
See theSupervisor companion class
object Supervisor

Attributes

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

Members list

Concise view

Type members

Classlikes

object Patch

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Patch.type
sealed trait Patch

Attributes

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

Value members

Concrete methods

def fibersIn(ref: AtomicReference[SortedSet[Runtime[Any, Any]]])(implicit trace: Trace): UIO[Supervisor[SortedSet[Runtime[Any, Any]]]]

Creates a new supervisor that tracks children in a set.

Creates a new supervisor that tracks children in a set.

Attributes

def fromZIO[A](value: UIO[A]): Supervisor[A]
def track(weak: Boolean)(implicit trace: Trace): UIO[Supervisor[Chunk[Runtime[Any, Any]]]]

Creates a new supervisor that tracks children in a set.

Creates a new supervisor that tracks children in a set.

Attributes

weak

Whether or not to track the children in a weak set, if possible (platform-dependent).

Concrete fields

A supervisor that doesn't do anything in response to supervision events.

A supervisor that doesn't do anything in response to supervision events.

Attributes