2 Oct
2012
2 Oct
'12
9:54 p.m.
On Tue, 02 Oct 2012 10:24:59 +0200, Acer Yang
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