nlib
AsyncFileIo.h File Reference

Implements a class to asynchronously read and write to a file. More...

#include "nn/nlib/Config.h"

Go to the source code of this file.

Classes

class  nn::nlib::threading::Future< R >
 Class that gets the output of a different thread executing in a thread safe manner. This class is similar to the std::shared_future class of C++11. More...
 
class  nn::nlib::threading::AsyncFileIo
 Class that wraps asynchronous file I/O. More...
 
class  nn::nlib::threading::AsyncFileIoService
 Class that controls asynchronous file I/O. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::threading
 Unicode related functionality is implemented.
 

Detailed Description

Implements a class to asynchronously read and write to a file.

Definition in file AsyncFileIo.h.