java-concurrent
java-concurrent copied to clipboard
Instrumenting ForkJoinPool
trafficstars
An issue on java-opentracing was referenced on java-specialagent.
Quoting @yurishkuro:
Are there plans for monkey-patching ForkJoinPool's common pool? Without that stream APIs don't propagate the context, unless a custom executor is used which leads to much uglier code (and is easy to forget).