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

Function FutureResult

include/process/gmock.hpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229template <typename R, typename A>
230FutureResultAction<R, A> FutureResult(
231 process::Future<R>* future,
232 const A& action)
233{
234 return FutureResultAction<R, A>(future, action);
235}
236
237
238namespace process {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected