OxUnsupervised

ox.OxUnsupervised

Capability granted by an unsupervised concurrency scope (as well as, via subtyping, by supervised and supervisedError).

Represents a capability to:

  • fork unsupervised, asynchronously running computations in a concurrency scope. Such forks can be created using forkUnsupervised or forkCancellable.
  • register resources to be cleaned up after the scope ends

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Ox
class OxError[E, F]
In this article