Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ isDiscarded
Method
isDiscarded
include/process/future.hpp:1222–1225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1220
1221
template <typename T>
1222
bool Future<T>::isDiscarded() const
1223
{
1224
return data->state == DISCARDED;
1225
}
1226
1227
1228
template <typename T>
Callers
15
cleanup
Function · 0.80
sendfile
Function · 0.80
send
Function · 0.80
serve
Function · 0.80
on_accept
Function · 0.80
link_connect
Method · 0.80
send_connect
Method · 0.80
TEST
Function · 0.80
TEST_P
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.64
TEST_P
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
AwaitAssertReady
Function · 0.64
AwaitAssertFailed
Function · 0.64
AwaitAssertAbandoned
Function · 0.64