ImmediateScheduler
A scheduler for performing synchronous actions.
Declaration
struct ImmediateSchedulerOverview
You can only use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, this scheduler ignores the date and performs them immediately.