← effectScheduler5Models2References2Schedulers1ModelsSchedulerinterfaceA scheduler manages the execution of Effect fibers by controlling when queued tasks run.SchedulerDispatcherinterfaceA dispatcher created by a Scheduler for enqueuing tasks and forcing queued tasks to run.ReferencesMaxOpsBeforeYieldconstContext reference that controls the maximum number of operations a fiber can perform before yielding control back to the scheduler.PreventSchedulerYieldconstContext reference that controls whether the runtime should bypass scheduler yield checks.SchedulersMixedSchedulerclassProvides a scheduler implementation that batches queued tasks and dispatches them by priority.