World.schedule

Registers a task.

  1. size_t addTask(void delegate() task, size_t interval, size_t repeat)
  2. alias schedule = addTask
    class World
    alias schedule = addTask

Return Value

the new task id that can be used to remove the task

Meta