$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Coroutine] Migrating coroutines between different threads
From: lin li (sdeber_at_[hidden])
Date: 2015-01-15 01:28:12
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.html ). However, I did not find this warning in the document of the current release. Is this limitation still there or not?