Example #1
0
 public override async Task <int> ReadI32Async(CancellationToken cancellationToken)
 {
     return(await _wrappedProtocol.ReadI32Async(cancellationToken));
 }