MCPcopy Create free account
hub / github.com/apache/mesos / Deferred

Method Deferred

3rdparty/libprocess/include/process/deferred.hpp:50–50  ·  view source on GitHub ↗

implicit*/

Source from the content-addressed store, hash-verified

48 defer(const PID<T>& pid, R (T::*method)());
49
50 /*implicit*/ Deferred(const std::function<F>& f) : std::function<F>(f) {}
51};
52
53

Callers 4

kbFunction · 0.80
erFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected