Open
Description
It would be nice to have something equivalent to Twitter's Local in scala.concurrent.
In other words, something like Java's ThreadLocal which follows the application flow (rather than JVM threads) when using scala.concurrent.Future
?