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

Method ReadMapBeginAsync

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

Source from the content-addressed store, hash-verified

163 public abstract Task ReadFieldEndAsync(CancellationToken cancellationToken = default);
164
165 public abstract ValueTask<TMap> ReadMapBeginAsync(CancellationToken cancellationToken = default);
166
167 public abstract Task ReadMapEndAsync(CancellationToken cancellationToken = default);
168

Callers 2

WriteReadMap_TestMethod · 0.45
SkipAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteReadMap_TestMethod · 0.36