MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Invoker

Method Invoker

MonaCore/sources/Invoker.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29Invoker::Invoker(UInt32 socketBufferSize,UInt16 threads) : poolThreads(threads),relayer(poolBuffers,poolThreads,socketBufferSize),sockets(*this,poolBuffers,poolThreads,socketBufferSize),publications(_publications), clients(), groups() {
30 DEBUG(poolThreads.threadsAvailable()," threads available in the server poolthreads");
31
32}
33
34
35Invoker::~Invoker() {

Callers

nothing calls this directly

Calls 1

threadsAvailableMethod · 0.80

Tested by

no test coverage detected