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

Class Prefer

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

Source from the content-addressed store, hash-verified

236 // take an argument.
237 struct LessPrefer {};
238 struct Prefer : LessPrefer {};
239
240 template <typename F, typename = typename result_of<F(const T&)>::type>
241 const Future<T>& onReady(F&& f, Prefer) const

Callers 1

FutureClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected