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

Function when

fdbcli/fdbcli.actor.cpp:678–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 choose {
677 when(T t = wait(f)) { return t; }
678 when(wait(interrupt)) {
679 f.cancel();
680 throw operation_cancelled();
681 }
682 }
683}
684

Calls 1

cancelMethod · 0.65

Tested by

no test coverage detected