MCPcopy Create free account
hub / github.com/apple/foundationdb / onReadable

Method onReadable

fdbrpc/sim2.actor.cpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257 Future<Void> onWritable() override { return whenWritable(this); }
258 Future<Void> onReadable() override { return whenReadable(this); }
259
260 bool isPeerGone() const { return !peer || peerProcess->failed; }
261

Callers 2

readMsgMethod · 0.45

Calls

no outgoing calls

Tested by 1

readMsgMethod · 0.36