
28 Jan
2010
28 Jan
'10
2:48 p.m.
What we want to do is something like is done in the asynchronous methods of boost::asio when passing the callback to the async operation.
In asio the callback (i.e. completion handler) has very specific prototype, it does not accept "any number of parameters".