Variable AsyncClientConnection._readSet

class AsyncClientConnection
{
  // ...
  std.socket.SocketSet _readSet;
  // ...
}