Skip to content

Optimize propagateUntil()

Mikhail Mazurskiy requested to merge ash2k/optimize-propagate into master
  • No need to run a goroutine waiting for context cancellation.
  • Preserve context values to propagate tracing information (in the future).
Edited by Mikhail Mazurskiy

Merge request reports