scheduler

abstract val scheduler: Scheduler

The scheduler for this world.

Useful for scheduling tasks that should only exist for the lifetime of the world, as all tasks that are scheduler with this scheduler will stop running after the world is removed.