Contents

ImmediateScheduler

A scheduler for performing synchronous actions.

Declaration

struct ImmediateScheduler

Overview

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.

Topics

Declaring scheduler timekeeping and options

Accessing scheduler time properties

Using the shared scheduler

Scheduling actions

See Also

Schedulers