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

Method ReadMapEndAsync

lib/netstd/Thrift/Protocol/TProtocol.cs:167–167  ·  view source on GitHub ↗
(CancellationToken cancellationToken = default)

Source from the content-addressed store, hash-verified

165 public abstract ValueTask<TMap> ReadMapBeginAsync(CancellationToken cancellationToken = default);
166
167 public abstract Task ReadMapEndAsync(CancellationToken cancellationToken = default);
168
169 public abstract ValueTask<TList> ReadListBeginAsync(CancellationToken cancellationToken = default);
170

Callers 2

WriteReadMap_TestMethod · 0.45
SkipAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteReadMap_TestMethod · 0.36