World.removeTask

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

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

Meta