event/*Monitor: document as not being thread-safe

This commit is contained in:
Max Kellermann
2013-12-31 15:13:22 +01:00
parent af3f483924
commit e73d0df2b6
4 changed files with 15 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ class EventLoop;
/**
* Defer execution of an event into an #EventLoop.
*
* This class is thread-safe, however the constructor must be called
* from the thread that runs the #EventLoop
*/
class DeferredMonitor
#ifdef USE_INTERNAL_EVENTLOOP