Skip to content

how do i close a timer? #9

Open
@allegfede

Description

@allegfede

i made a timer with:
auto delay_timer = timer_create_default();

and cannot terminate it using:
delay_timer.cancel();

timer is started with:
delay_timer.every(1000, bomb_armed);

seems he need the "task", but cannot find a way to define this task ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    FAQFrequently Asked QuestionsupportHelp using the library

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions