15 Jan
2015
15 Jan
'15
6:28 a.m.
Hi, people. I have a question about the coroutines in boost (both the normal Coroutine and the asio couroutine). Can I suspend a coroutine in one thread, then later on resume it in another thread? I have been googling about this and found some (outdated) documents saying that this is not possible ( http://www.crystalclearsoftware.com/soc/coroutine/coroutine/coroutine_thread... ). However, I did not find this warning in the document of the current release. Is this limitation still there or not?