Package: effect
Module: Micro
Combines two MicroSchedules, by recurring only if both schedules want to
recur, using the maximum of the two durations between recurrences.
Signature
declare const scheduleIntersect: { (that: MicroSchedule): (self: MicroSchedule) => MicroSchedule; (self: MicroSchedule, that: MicroSchedule): MicroSchedule; }
Since v3.4.6