#include <completion_handler.h>
In some situations one needs to execute some actions after completion of an I/O request. In these cases one can use an I/O completion handler - a function object that can be passed as a parameter to asynchronous I/O calls stxxl::file::aread and stxxl::file::awrite . For an example of use see mng/test_mng.cpp
1.5.6