|
|
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. | |
| 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 | ||
| ) |
|
January, 2014 |
Copyright © 2013-2014 Niall Douglas, Cork, Ireland Copyright © 2013 Paul Kirth, California |