Commit a9c3ca86 authored by Max Kellermann's avatar Max Kellermann

event/IdleMonitor: remove redundant comment

parent 86dd677e
...@@ -26,8 +26,7 @@ class EventLoop; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment