Home | Libraries | People | FAQ | More |
Retrieves the currently set async_file_io_dispatcher for this thread, optionally setting it to a new dispatcher.
BOOST_AFIO_DECL dispatcher_ptr current_dispatcher(option< dispatcher_ptr > new_dispatcher = empty)
Type |
Concept |
Name |
Description |
---|---|---|---|
option< dispatcher_ptr > |
new_dispatcher |
The new async_file_io_dispatcher to set. |
The current async_file_io_dispatcher.
#include <boost/afio/v2/afio.hpp>