Supervisor

zio.Supervisor
See theSupervisor companion class
object Supervisor

Attributes

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

Members list

Type members

Classlikes

object Patch

Attributes

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

Attributes

Companion
object
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.

Value parameters

weak

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

Attributes

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