Package: effect
Module: Micro
Combines two MicroSchedules, by recurring if either schedule wants to
recur, using the minimum of the two durations between recurrences.
Signature
declare const scheduleUnion: { (that: MicroSchedule): (self: MicroSchedule) => MicroSchedule; (self: MicroSchedule, that: MicroSchedule): MicroSchedule; }
Since v3.4.6