NoOpSupervisor

ox.NoOpSupervisor
object NoOpSupervisor extends Supervisor

Attributes

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

Members list

Value members

Concrete methods

override def forkError(e: Throwable): Unit

Attributes

Definition Classes
override def forkStarts(): Unit

Attributes

Definition Classes
override def forkSuccess(): Unit

Attributes

Definition Classes
override def join(): Unit

Wait until the count of all supervised, non-daemon forks that are running reaches 0, or until any supervised fork fails with an exception.

Wait until the count of all supervised, non-daemon forks that are running reaches 0, or until any supervised fork fails with an exception.

The completion of this method is typically followed by ending the scope, which cancels any forks that are still running.

Note that daemon forks can still start supervised non-daemon forks after this method returns.

Attributes

Definition Classes