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

Method onWritable

src/BufferedConnection.actor.cpp:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295Future<Void> BufferedConnection::onWritable() {
296 return self->connection->onWritable();
297}
298
299NetworkAddress BufferedConnection::getPeerAddress() {
300 return self->connection->getPeerAddress();

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected