Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
3
template <class T> Future<T> makeInterruptable
Function · 0.70
Future<Void> expireBackupData
Function · 0.50
Future<Void> deleteBackupContainer
Function · 0.50
Calls
1
cancel
Method · 0.65
Tested by
no test coverage detected