evaluate task complexity and recommend number of parallel workers
| 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 |