Structured Concurrency
A concurrency model that binds child tasks to a lexical lifetime so cancellation, failure, and completion can be managed as one operation.
Related Concepts
- Virtual Thread
- Scoped Value
- Cancellation
- Task Tree
Source
- https://openjdk.org/jeps/525