Skip to content

Schedule work on next tick #25

@grddev

Description

@grddev

If you need to execute something on the reactor thread, or need a simple way to break long-running handlers into multiple steps it would be nice to have a way to execute something at the next reactor tick.

While it is possible to achieve the same effect with short interval timers, I think it makes sense from an API standpoint to separate the two. Also, I'm sure this can be implemented with much lower overhead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions