feat: implement maxConcurrency reactive counting semaphore with 20 unit tests

This commit is contained in:
2026-05-21 22:29:02 +00:00
parent ee3da90b63
commit 1a12410229
4 changed files with 531 additions and 5 deletions

View File

@@ -9,6 +9,8 @@ export {
type CallCompletedEvent,
type EventLogProjection,
type AggregateStatus,
type ParallelGroup,
type ParallelGroupConfig,
} from "./workflow.js";
export {