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

Method ReadByteAsync

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

Source from the content-addressed store, hash-verified

177 public abstract ValueTask<bool> ReadBoolAsync(CancellationToken cancellationToken = default);
178
179 public abstract ValueTask<sbyte> ReadByteAsync(CancellationToken cancellationToken = default);
180
181 public abstract ValueTask<short> ReadI16Async(CancellationToken cancellationToken = default);
182

Callers 2

WriteReadByte_TestMethod · 0.45
SkipAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteReadByte_TestMethod · 0.36