On 2013/6/30, at 4:32, "LeMay.Steve" <Steve.Lemay@IGT.com> wrote:Can anyone point me to a modern example or description of using Asio with Spirit to parse and asynchronous stream. I keep finding articles that say this can't be done, or at least not easily (but the comments date back to 2007).SGL_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-usersYou can try coroutine. Here is an example of how to integrate coroutine with asio: