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

Method Future

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 2

setFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected