Supervisor

object Supervisor
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](F: Concurrent[F], P: Parallel[F]): Resource[F, Supervisor[F]]

Creates a Resource scope within which fibers can be monitored. When this scope exits, all supervised fibers will be finalized.

Creates a Resource scope within which fibers can be monitored. When this scope exits, all supervised fibers will be finalized.