event/SocketEvent: document Dispatch()

This commit is contained in:
Max Kellermann 2020-12-02 15:24:22 +01:00
parent 173405a343
commit 3783350d25
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ public:
}
private:
/**
* Dispatch the events that were passed to SetReadyFlags().
*/
void Dispatch() noexcept;
};