nlib
nn::nlib::threading::AsyncFileIoService Class Reference

Class that controls asynchronous file I/O. More...

#include "nn/nlib/threading/AsyncFileIo.h"

Public Member Functions

 AsyncFileIoService () noexcept
 Instantiates the object.
 
errno_t Init () noexcept
 Initializes an object. More...
 

Detailed Description

Class that controls asynchronous file I/O.

Description
Use by creating the class and running the Init member function before passing to the AsyncFileIo member function argument.

Definition at line 45 of file AsyncFileIo.h.

Member Function Documentation

nn::nlib::threading::AsyncFileIoService::Init ( )
noexcept

Initializes an object.

Returns
Returns 0 on success.

The documentation for this class was generated from the following files: