Variable RPCClient.Waiting.event

The event that the blocked fiber will be waiting on

class RPCClient.Waiting
{
  // ...
  LocalManualEvent event ;
  // ...
}