On Wed, Oct 3, 2012 at 5:54 AM, Boris Schaeling
On Tue, 02 Oct 2012 10:24:59 +0200, Acer Yang
wrote: Hi all,
I would like to adapt my class to asio for offering async_do_something(param, callback) interfaces. [...]Do I have other choices? All suggestions are welcome.
I'm not entirely sure what you are trying to do. But maybe this helps a bit: I explained at < http://en.highscore.de/cpp/boost/asio.html#asio_extensions> how to create your own Boost.Asio I/O service. I also gave a presentation once about the different possibilities - see < https://github.com/boostcon/2011_presentations/raw/master/wed/creating_boost...
.
Boris
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
That's actually what I need! Your talk is also very helpful. Thank you! Best wishes, Acer.