Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Deferred
Method
Deferred
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
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected