Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ failed
Method
failed
include/process/future.hpp:1031–1036 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1029
1030
template <typename T>
1031
Future<T> Future<T>::failed(const std::string& message)
1032
{
1033
Future<T> future;
1034
future.fail(message);
1035
return future;
1036
}
1037
1038
1039
template <typename T>
Callers
nothing calls this directly
Calls
1
fail
Method · 0.45
Tested by
no test coverage detected