nux-1.16.0
|
Write to a file asynchronously. More...
#include <NuxCore/AsyncFileWriter.h>
Classes | |
class | Impl |
CAUTION: right now this class is not thread aware. More... | |
Public Member Functions | |
AsyncFileWriter (std::string const &filename) | |
void | Write (std::string const &data) |
void | Close () |
bool | IsClosing () const |
Public Attributes | |
sigc::signal< void > | opened |
sigc::signal< void > | closed |
Write to a file asynchronously.
This uses the GIO async functions, and as such depend on the gobject main loop.
Definition at line 37 of file AsyncFileWriter.h.