Pyrogenesis  trunk
Public Member Functions | List of all members
io::DefaultCompletedHook Struct Reference

#include <io.h>

Public Member Functions

Status operator() (const u8 *block, size_t blockSize) const
 called after a block I/O has completed. More...
 

Member Function Documentation

◆ operator()()

Status io::DefaultCompletedHook::operator() ( const u8 block,
size_t  blockSize 
) const
inline

called after a block I/O has completed.

Returns
Status (see RETURN_STATUS_FROM_CALLBACK).

allows progress notification and processing data while waiting for previous I/Os to complete.


The documentation for this struct was generated from the following file: