MCPcopy Create free account
hub / github.com/3rdparty/libprocess / isPending

Method isPending

include/process/future.hpp:1208–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206
1207template <typename T>
1208bool Future<T>::isPending() const
1209{
1210 return data->state == PENDING;
1211}
1212
1213
1214template <typename T>

Callers 15

cleanupFunction · 0.80
sendMethod · 0.80
__snapshotMethod · 0.80
acceptMethod · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
reap_linkeeMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
reap_linkeeMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64