Variable AsyncClientConnection._writeSet

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