aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/Call.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* 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.