Skip to content

Cancelling Periodic timers #65

Closed
Closed
@jonas-schievink

Description

@jonas-schievink

Currently, there is no way to stop a timer once started. This isn't too bad for simple CountDown timers, but Periodic timers will keep running indefinitely. It would be nice if there was a way to cancel a running timer again.

The simplest solution would probably be to add a cancel method to CountDown, but this would break all implementations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions