Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ serve
Method
serve
3rdparty/libprocess/include/process/run.hpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
protected:
41
void serve(Event&& event) override
42
{
43
promise->set((*thunk)());
44
}
45
46
private:
47
std::shared_ptr<lambda::function<R()>> thunk;
Callers
1
resume
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected