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

Method isAbandoned

include/process/future.hpp:1236–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234
1235template <typename T>
1236bool Future<T>::isAbandoned() const
1237{
1238 return data->abandoned;
1239}
1240
1241
1242template <typename T>

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
_check_abandonedFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64