aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/Call.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event: add function BlockingCall()Max Kellermann2013-08-081-0/+36
Replaces io_thread_call(). This approach is more generic and easier to use due to std::function.