TrampolineScheduler

public final class TrampolineScheduler
extension TrampolineScheduler: Scheduler

A scheduler for performing trampolined actions.

This scheduler will queue scheduled actions immediately on the current thread performing them in a first in, first out order.

You can only use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler produces a fatal error.

Scheduler conformance