Boost.AFIO    Boost C++ Libraries
Functions
x

Functions

void boost::afio::dispatcher::complete_async_op (size_t id, handle_ptr h, exception_ptr e=exception_ptr())
 Completes an operation with a handle or an error, usually used when an operation was previously deferred.
void boost::afio::dispatcher::complete_async_op (size_t id, exception_ptr e)
 Completes an operation with an error, usually used when an operation was previously deferred.

Function Documentation

void boost::afio::dispatcher::complete_async_op ( size_t  id,
handle_ptr  h,
exception_ptr  e = exception_ptr() 
)

Completes an operation with a handle or an error, usually used when an operation was previously deferred.

void boost::afio::dispatcher::complete_async_op ( size_t  id,
exception_ptr  e 
)

Completes an operation with an error, usually used when an operation was previously deferred.

Definition at line 2378 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen