diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 22:42:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-08 23:04:07 +0200 |
commit | 018f4155eb7b476b96a7b401377be78e00ca7dd2 (patch) | |
tree | fb7b46b83a8850e426a2c80f3734d14547843afe /src/IOThread.hxx | |
parent | 9ab0a1f5f16b475199540349905e4d79001b8cec (diff) | |
download | mpd-018f4155eb7b476b96a7b401377be78e00ca7dd2.tar.gz mpd-018f4155eb7b476b96a7b401377be78e00ca7dd2.tar.xz mpd-018f4155eb7b476b96a7b401377be78e00ca7dd2.zip |
event: add function BlockingCall()
Replaces io_thread_call(). This approach is more generic and easier
to use due to std::function.
Diffstat (limited to '')
-rw-r--r-- | src/IOThread.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/IOThread.hxx b/src/IOThread.hxx index a9401dc7f..8c6f233ab 100644 --- a/src/IOThread.hxx +++ b/src/IOThread.hxx @@ -62,10 +62,4 @@ gcc_pure bool io_thread_inside(void); -/** - * Call a function synchronously in the I/O thread. - */ -gpointer -io_thread_call(GThreadFunc function, gpointer data); - #endif |