Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
private:
Callers
2
TEST_F
Function · 0.80
defer
Function · 0.80
Calls
1
self
Method · 0.80
Tested by
1
TEST_F
Function · 0.64