18 Jan
2014
18 Jan
'14
1:14 p.m.
On 01/18/2014 08:59 AM, Oliver Kowalke wrote:
2014/1/18 Pierre Talbot
mailto: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
That makes senses, thanks for responses.