effect-io-ai

Package: effect
Module: Effect

Effect.withSchedulingPriority

Sets the scheduling priority used when yielding

Signature

declare const withSchedulingPriority: { (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