In Scala, if I know that a piece of code is running in a Future, is there a way of finding out in which ExecutionContext the Future resides? E.g., so that I can write out this information to a log.
Don't worry, I don't want to do anything nefarious. I just want the information for debugging.