Home | Libraries | People | FAQ | More |
Completes an operation with a handle or an error, usually used when an operation was previously deferred.
void dispatcher::complete_async_op(size_t id, handle_ptr h, exception_ptr e = exception_ptr())
Type |
Concept |
Name |
Description |
---|---|---|---|
size_t |
id |
||
handle_ptr |
h |
||
exception_ptr |
e |
#include <boost/afio/v2/afio.hpp>
O(N) where N is the number of completions dependent on this op.
Should not throw any exception except for out of memory.