MCPcopy 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
1221template <typename T>
1222bool Future<T>::isDiscarded() const
1223{
1224 return data->state == DISCARDED;
1225}
1226
1227
1228template <typename T>

Callers 15

cleanupFunction · 0.80
sendfileFunction · 0.80
sendFunction · 0.80
serveFunction · 0.80
on_acceptFunction · 0.80
link_connectMethod · 0.80
send_connectMethod · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
AwaitAssertReadyFunction · 0.64
AwaitAssertFailedFunction · 0.64
AwaitAssertAbandonedFunction · 0.64