Home
last modified time | relevance | path

Searched refs:whenWritable (Results 1 – 1 of 1) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A Dsim2.actor.cpp204 virtual Future<Void> onWritable() { return whenWritable(this); } in onWritable()
341 ACTOR static Future<Void> whenWritable( Sim2Conn* self ) { in whenWritable() function