Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ fail
Method
fail
include/process/future.hpp:903–909 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
901
902
template <typename T>
903
bool Promise<T>::fail(const std::string& message)
904
{
905
if (!f.data->associated) {
906
return f.fail(message);
907
}
908
return false;
909
}
910
911
912
template <typename T>
Callers
7
run
Method · 0.45
call
Method · 0.45
waited
Method · 0.45
failed
Method · 0.45
thenf
Function · 0.45
then
Function · 0.45
failPromises
Function · 0.45
Calls
3
clearAllCallbacks
Method · 0.80
run
Function · 0.70
synchronized
Function · 0.50
Tested by
no test coverage detected