20 Nov
2016
20 Nov
'16
6:14 p.m.
On 20-11-16 17:52, Bjorn Reese wrote:
If you support asio::async_result, then you get all sorts of integration, including with coroutines and fibers, for free.
I'm very curious about this, because I'm currently designing a good async framework for our backend software. Me too I've been trying to get the most flexible implementation with the least amount of code. Is there a pointer to a bit of documentation that shows how `async_result` gets coroutine support "for free" - or perhaps an existing example if the docs don't exist? Cheers, Seth