Structured Concurrency

Turkish equivalent: Yapılandırılmış eşzamanlılıkDomain: Concurrency

A concurrency model that binds child tasks to a lexical lifetime so cancellation, failure, and completion can be managed as one operation.

  • Virtual Thread
  • Scoped Value
  • Cancellation
  • Task Tree

Source

  • https://openjdk.org/jeps/525