Variable AsyncClientConnection._errorSet

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