effect-io-ai

Package: effect
Module: Effect

Effect.withMaxOpsBeforeYield

Sets the maximum number of operations before yield by the default schedulers

Signature

declare const withMaxOpsBeforeYield: { (priority: number): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, R>; <A, E, R>(self: Effect<A, E, R>, priority: number): Effect<A, E, R>; }

Source

Since v2.0.0