public class Scope extends UnsupervisedScope
Capability granted by an Scopes.supervised(Scoped) or Scopes.unsupervised(ScopedUnsupervised) concurrency scope.

Represents a capability to fork supervised or unsupervised, asynchronously running computations in a concurrency scope. Such forks can be created using fork(java.util.concurrent.Callable<T>), forkUser(java.util.concurrent.Callable<T>), UnsupervisedScope.forkCancellable(java.util.concurrent.Callable<T>) or UnsupervisedScope.forkUnsupervised(java.util.concurrent.Callable<T>).

See Also: