Defines non-final APIs for concurrent programming.
-
A basic API for structured concurrency.
A StructuredTaskScope
that captures the exception of the first subtask to
complete abnormally.
A StructuredTaskScope
that captures the result of the first subtask to
complete successfully.