Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Completion handler requirements

A completion handler must meet the requirements for a handler. A value h of a completion handler class should work correctly in the expression h().


PrevUpHomeNext