Scoped Value

Turkish equivalent: Kapsamlı değerDomain: Java and JVM

A Java mechanism for sharing immutable contextual data with callees and child tasks within a bounded dynamic scope.

  • Virtual Thread
  • Structured Concurrency
  • ThreadLocal
  • Context Propagation

Source

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