Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ isFailed
Method
isFailed
include/process/future.hpp:1229–1232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1227
1228
template <typename T>
1229
bool Future<T>::isFailed() const
1230
{
1231
return data->state == FAILED;
1232
}
1233
1234
1235
template <typename T>
Callers
15
process
Method · 0.80
stream
Method · 0.80
cleanup
Function · 0.80
_read
Method · 0.80
sendfile
Function · 0.80
send
Function · 0.80
serve
Function · 0.80
receive
Function · 0.80
on_accept
Function · 0.80
ignore_recv_data
Function · 0.80
link_connect
Method · 0.80
_send
Function · 0.80
Calls
no outgoing calls
Tested by
10
TEST
Function · 0.64
TEST_P
Function · 0.64
main
Function · 0.64
TEST
Function · 0.64
repair
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
AwaitAssertReady
Function · 0.64
AwaitAssertDiscarded
Function · 0.64
AwaitAssertAbandoned
Function · 0.64