Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
private:
Callers
11
TEST_F
Function · 0.80
defer
Function · 0.80
watch
Method · 0.80
watched
Method · 0.80
e
Function · 0.80
ui-bootstrap-tpls-0.9.0.min.js
File · 0.80
s
Function · 0.80
d
Function · 0.80
Zd
Function · 0.80
e
Function · 0.80
p
Function · 0.80
Calls
1
self
Method · 0.45
Tested by
1
TEST_F
Function · 0.64