Commit f8ff5979 authored by Max Kellermann's avatar Max Kellermann

event/SocketEvent: document Close()

parent ff6e434c
......@@ -116,6 +116,9 @@ public:
void Open(SocketDescriptor _fd) noexcept;
/**
* Close the socket (and cancel all scheduled events).
*/
void Close() noexcept;
unsigned GetScheduledFlags() const 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