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

Method pulse

3rdparty/libprocess/src/tests/sequence_tests.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 Future<Nothing> pulse()
226 {
227 value++;
228 return dispatch(self(), &Self::_pulse);
229 }
230
231 Nothing _pulse()
232 {

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected