MCPcopy Create free account
hub / github.com/apache/mesos / Future

Method Future

3rdparty/libprocess/include/process/future.hpp:1061–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059
1060template <typename T>
1061Future<T>::Future()
1062 : data(new Data())
1063{
1064 data->abandoned = true;
1065}
1066
1067
1068template <typename T>

Callers

nothing calls this directly

Calls 6

errorMethod · 0.65
setFunction · 0.50
failFunction · 0.50
stringifyClass · 0.50
isSomeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected