Scheduler

Wrapper around a asynchronous scheduler.

Constructors

this
this()

Creates a new asynchronous scheduler.

Members

Functions

addTask
void addTask(ScheduledTask task)

Addds a scheduled task to the scheduler.

removeTask
void removeTask(ScheduledTask task)

Removes a task from the scheduler and halts its execution.

Properties

id
size_t id [@property getter]

Gets the id of the scheduler.

Meta