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

Method order

3rdparty/libprocess/src/tests/process_tests.cpp:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633{
634public:
635 void order(const PID<TimeoutProcess>& pid)
636 {
637 // TODO(benh): Add a test which uses 'send' instead of dispatch.
638 dispatch(pid, &TimeoutProcess::timeout);
639 }
640};
641
642

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected