OxUnsupervised
ox.OxUnsupervised
trait 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 Objecttrait Matchableclass Any
- Known subtypes
In this article