동시성 도구 선택

대기와 계산, context 전달을 서로 다른 책임으로 나눈다.

요구도구제한
blocking task 다수virtual threaddownstream quota
CPU 계산bounded CPU poolcore budget
request contextScopedValuedynamic scope
mutable transaction owner명시 parameter·objectlifecycle

핵심: ScopedValue와 virtual thread는 Java 25에서 preview 없는 안정 기능이다.