@epikodelabs/streamix / src/public-api / AsyncCoordinatorOptions
Interface: AsyncCoordinatorOptions
Defined in: projects/libraries/streamix/src/lib/utils/coordinator.ts:30
Options for createAsyncCoordinator.
Properties
syncDrain?
optionalsyncDrain:boolean
Defined in: projects/libraries/streamix/src/lib/utils/coordinator.ts:34
If true, drain initial sources synchronously instead of deferring to a microtask.