MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getMaxWorkers

Method getMaxWorkers

src/common/Task.h:73–73  ·  view source on GitHub ↗

evaluate task complexity and recommend number of parallel workers

Source from the content-addressed store, hash-verified

71
72 // evaluate task complexity and recommend number of parallel workers
73 virtual int getMaxWorkers() { return 1; }
74};
75
76// Worker: handle work items, optionally uses separate thread

Callers 1

runSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected