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

Method defer

3rdparty/libprocess/include/process/executor.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 template <typename F>
54 _Deferred<F> defer(F&& f)
55 {
56 return _Deferred<F>(process.self(), std::forward<F>(f));
57 }
58
59
60private:

Callers 11

TEST_FFunction · 0.80
deferFunction · 0.80
watchMethod · 0.80
watchedMethod · 0.80
eFunction · 0.80
sFunction · 0.80
dFunction · 0.80
ZdFunction · 0.80
eFunction · 0.80
pFunction · 0.80

Calls 1

selfMethod · 0.45

Tested by 1

TEST_FFunction · 0.64