MCPcopy Create free account
hub / github.com/apache/mesos / awaitSessionEvent

Method awaitSessionEvent

src/tests/zookeeper.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129void ZooKeeperTest::TestWatcher::awaitSessionEvent(int state)
130{
131 awaitEvent(lambda::bind(&isSessionState, lambda::_1, state));
132}
133
134
135static bool isCreated(

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

bindFunction · 0.50

Tested by

no test coverage detected