event/IdleMonitor: remove redundant comment
This commit is contained in:
parent
86dd677e0c
commit
a9c3ca8606
@ -26,8 +26,7 @@ class EventLoop;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* An event that runs when the EventLoop has become idle, before
|
* An event that runs when the EventLoop has become idle, before
|
||||||
* waiting for more events. This class is not thread-safe; all
|
* waiting for more events.
|
||||||
* methods must be run from EventLoop's thread.
|
|
||||||
*
|
*
|
||||||
* This class is not thread-safe, all methods must be called from the
|
* This class is not thread-safe, all methods must be called from the
|
||||||
* thread that runs the #EventLoop, except where explicitly documented
|
* thread that runs the #EventLoop, except where explicitly documented
|
||||||
|
Loading…
Reference in New Issue
Block a user