PollSet behaves differently on windows #2313

This commit is contained in:
Alex Fabijanic
2018-05-02 10:52:57 -05:00
parent 2c445f3fb1
commit 82c88a238c
4 changed files with 16 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ class SocketConnector
/// The ServiceHandler class must provide a constructor that
/// takes a StreamSocket and a SocketReactor as arguments,
/// e.g.:
/// MyServiceHandler(const StreamSocket& socket, ServiceReactor& reactor)
/// MyServiceHandler(const StreamSocket& socket, SocketReactor& reactor)
///
/// When the ServiceHandler is done, it must destroy itself.
///