ThreadLocal-like class that keeps its value through Future.map/Future.flatMap is extremely useful to trace request, for example, for logging.
Is there existing abstraction in Scala library to serve as such Local?
Is there a way to attach such Local to ExecutionContext.global?