Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ runPromisePhase
Method
runPromisePhase
src/log/consensus.cpp:649–653 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
648
private:
649
void runPromisePhase()
650
{
651
promising = log::promise(quorum, network, proposal, position);
652
promising.onAny(defer(self(), &Self::checkPromisePhase));
653
}
654
655
void checkPromisePhase()
656
{
Callers
nothing calls this directly
Calls
2
promise
Function · 0.85
defer
Function · 0.85
Tested by
no test coverage detected