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

Method defer

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 2

TEST_FFunction · 0.80
deferFunction · 0.80

Calls 1

selfMethod · 0.80

Tested by 1

TEST_FFunction · 0.64