event/SocketEvent: document Dispatch()
This commit is contained in:
parent
173405a343
commit
3783350d25
|
@ -179,6 +179,9 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
/**
|
||||
* Dispatch the events that were passed to SetReadyFlags().
|
||||
*/
|
||||
void Dispatch() noexcept;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue