MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / onBytesAvailable

Method onBytesAvailable

src/BufferedConnection.actor.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275Future<Void> BufferedConnection::onBytesAvailable(int count) {
276 return doOnBytesAvailable(self, count);
277}
278
279ACTOR Future<Void> doRead(BufferedConnection* bc, BufferedConnectionData* self, uint8_t* buf, int count) {
280 wait(bc->onBytesAvailable(count));

Callers 3

DocLayer.actor.cppFile · 0.80
Future<Void> doReadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected