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

Method Future

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

implicit*/

Source from the content-addressed store, hash-verified

106 /*implicit*/ Future(const ErrnoFailure& failure);
107
108 /*implicit*/ Future(const Future<T>& that) = default;
109 /*implicit*/ Future(Future<T>&& that) = default;
110
111 template <typename E>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected