All Classes and Interfaces
Class
Description
A fork started using
Scope.fork(java.util.concurrent.Callable<T>)
, Scope.forkUser(java.util.concurrent.Callable<T>)
, UnsupervisedScope.forkCancellable(java.util.concurrent.Callable<T>)
or
UnsupervisedScope.forkUnsupervised(java.util.concurrent.Callable<T>)
, backed by a (virtual) thread.Capability granted by an
supervised(Scoped)
or unsupervised(ScopedUnsupervised)
concurrency scope.A functional interface, capturing a computation which runs using the
Scope
capability to fork computations.A functional interface, capturing a computation which runs using the
ScopedUnsupervised
capability to fork
computations.Capability granted by an
unsupervised(ScopedUnsupervised)
concurrency scope (as well as, via
subtyping, by supervised(Scoped)
).