aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/Call.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* EventLoop: new implementation using epollMax Kellermann2013-08-101-1/+26
| | | | Implement an event loop without GLib.
* event/Call: signal the calling threadMax Kellermann2013-08-101-0/+5
| | | | Fixes regression from commit 018f4155.
* event: add function BlockingCall()Max Kellermann2013-08-081-0/+72
Replaces io_thread_call(). This approach is more generic and easier to use due to std::function.