World.removeTask

Removes a task using the task's delegate or the id returned by the addTask function.

  1. void removeTask(void delegate() task)
    class World
    void
    removeTask
    (
    void delegate
    ()
    task
    )
  2. void removeTask(size_t tid)

Meta