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

Method ReadSetBeginAsync

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

Source from the content-addressed store, hash-verified

171 public abstract Task ReadListEndAsync(CancellationToken cancellationToken = default);
172
173 public abstract ValueTask<TSet> ReadSetBeginAsync(CancellationToken cancellationToken = default);
174
175 public abstract Task ReadSetEndAsync(CancellationToken cancellationToken = default);
176

Callers 2

WriteReadSet_TestMethod · 0.45
SkipAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteReadSet_TestMethod · 0.36