Package: effect
Module: Effect
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>; }
Since v2.0.0