<!-- json
{
  "sourceId": "core-work-pool-pattern",
  "repositoryId": "travetto",
  "filePath": "module/worker/doc/pool.ts",
  "capabilityTags": ["worker", "async", "workpool"],
  "operationIds": ["email-send-flow"],
  "applicability": ["framework-native"],
  "notes": [
    "Use for async workload orchestration and progress-aware execution.",
    "Reference when generating worker-backed send flows."
  ]
}
-->

# core-work-pool-pattern

- Source: `module/worker/doc/pool.ts`
- Capability tags: worker, async, workpool
- Applicability: framework-native
- Notes:
  - Use for async workload orchestration and progress-aware execution.
  - Reference when generating worker-backed send flows.
