Skip to main

throwErrorScheduled

throwErrorScheduled

Signature - source.ts#L879

function throwErrorScheduled(
    getError: () => unknown,
    schedule: ScheduleFunction,
): Source<never>