Skip to content

Use Prioritized Task Scheduling API instead of setInterval() once it's more complete #8

Description

@OlliV

Currently it's only possible to schedule one-shot tasks comfortably. scheduler.wait() will change this because it would be possible to create an actual co-op thread -like thing that can run with more accurate timing and using a nicer API. This avoids the quirks of setTimeout() and presumably setInterval().

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions