nlib
AsyncFileIo.h File Reference

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

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 common features and features that are highly platform-dependent. Also refer to nlib Platform APIs. 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.