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

Method Data

include/process/future.hpp:1040–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038
1039template <typename T>
1040Future<T>::Data::Data()
1041 : state(PENDING),
1042 discard(false),
1043 associated(false),
1044 abandoned(false),
1045 result(None()) {}
1046
1047
1048template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected