Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / AsyncCoordinatorOptions

Interface: AsyncCoordinatorOptions

Defined in: projects/libraries/streamix/src/lib/utils/coordinator.ts:30

Options for createAsyncCoordinator.

Properties

syncDrain?

optional syncDrain: boolean

Defined in: projects/libraries/streamix/src/lib/utils/coordinator.ts:34

If true, drain initial sources synchronously instead of deferring to a microtask.

Released under the GNU AGPL v3 or later.