![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Classes | |
| struct | MakeBlocking |
Public Member Functions | |
| OutputStream (const std::string &filename) | |
| OutputStream (int fd, const std::string &name) | |
| void | open (const std::string &filename) |
| void | open (int fd, const std::string &name) |
| void | close () |
| void | write (const std::string &str) |
| void | log (const std::string &str_) |
Static Public Member Functions | |
| static int | makeBlocking (int fd) |
| static void | resetBlocking (int fd, int oldFlags) |
Public Attributes | |
| ML::filter_ostream | stream |
| std::string | name |
| int | fd |
Output stream for node that (shock, horror) blocks allowing one to concentrate on the function not the structure of code when async isn't where it's at.
Definition at line 38 of file sync_js.cc.
1.7.6.1