2014/1/18 Pierre Talbot <ptalbot@hyc.io>
Thanks, is there something planned in the future for such a capability, as a function "move_to_thread"? Or is there a way that already exists to do that?

coroutines can work only in one thread - you can't have a coroutine in thread A and its counterpart, synthesized by the framework (used to switch back to calling context), move to another thread B