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
Scopes.supervised(Scoped)
or Scopes.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.BiFunction
which can throw an exception.Consumer
which can throw an exception.Function
which can throw an exception.Runnable
which can throw an exception.Capability granted by an
Scopes.unsupervised(ScopedUnsupervised)
concurrency scope (as well as, via
subtyping, by Scopes.supervised(Scoped)
).