Commit 3783350d authored by Max Kellermann's avatar Max Kellermann

event/SocketEvent: document Dispatch()

parent 173405a3
......@@ -179,6 +179,9 @@ public:
}
private:
/**
* Dispatch the events that were passed to SetReadyFlags().
*/
void Dispatch() noexcept;
};
......
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