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

Method workers

3rdparty/libprocess/src/process.cpp:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 }
425
426 long workers() const
427 {
428 // Less 1 for event loop thread.
429 return static_cast<long>(threads.size() - 1);
430 }
431
432private:
433 bool _deliver(ProcessBase* destination, Event* event, ProcessBase* sender);

Callers 1

workersFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected