| 1 | // Unit tests for TaskPool — Phase 1 worker-pool foundation. Tests |
| 2 | // land before the implementation so the contract is pinned by the |
| 3 | // suite, not by the first caller. Covered pins: |
| 4 | // - ParallelFor with N work items invokes work for every index |
nothing calls this directly
no test coverage detected