Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EventLoop: new implementation using epoll | Max Kellermann | 2013-08-10 | 1 | -1/+26 |
| | | | | Implement an event loop without GLib. | ||||
* | event/Call: signal the calling thread | Max Kellermann | 2013-08-10 | 1 | -0/+5 |
| | | | | Fixes regression from commit 018f4155. | ||||
* | event: add function BlockingCall() | Max Kellermann | 2013-08-08 | 1 | -0/+72 |
Replaces io_thread_call(). This approach is more generic and easier to use due to std::function. |