aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/IdleMonitor.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-31 15:13:22 +0100
committerMax Kellermann <max@duempel.org>2013-12-31 15:59:41 +0100
commite73d0df2b6c30d5b6242ef2adead59171f024452 (patch)
tree5dded7eb30bcd33138a6124efc49c5dff22baeda /src/event/IdleMonitor.hxx
parentaf3f483924b0b2b936f3b9e81e6bb4f215404c7e (diff)
downloadmpd-e73d0df2b6c30d5b6242ef2adead59171f024452.tar.gz
mpd-e73d0df2b6c30d5b6242ef2adead59171f024452.tar.xz
mpd-e73d0df2b6c30d5b6242ef2adead59171f024452.zip
event/*Monitor: document as not being thread-safe
Diffstat (limited to 'src/event/IdleMonitor.hxx')
-rw-r--r--src/event/IdleMonitor.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event/IdleMonitor.hxx b/src/event/IdleMonitor.hxx
index b040915e7..6f7365532 100644
--- a/src/event/IdleMonitor.hxx
+++ b/src/event/IdleMonitor.hxx
@@ -32,6 +32,10 @@ class EventLoop;
* An event that runs when the EventLoop has become idle, before
* waiting for more events. This class is not thread-safe; all
* methods must be run from EventLoop's thread.
+ *
+ * This class is not thread-safe, all methods must be called from the
+ * thread that runs the #EventLoop, except where explicitly documented
+ * as thread-safe.
*/
class IdleMonitor {
#ifdef USE_INTERNAL_EVENTLOOP