MCPcopy Create free account
hub / github.com/apache/thrift / zip

Method zip

tutorial/netstd/Server/Program.cs:455–459  ·  view source on GitHub ↗
(CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

453 }
454
455 public async Task zip(CancellationToken cancellationToken)
456 {
457 Logger.LogInformation("Zip() with delay 100mc");
458 await Task.Delay(100, CancellationToken.None);
459 }
460 }
461
462 public class SharedServiceAsyncHandler : SharedService.IAsync

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected