TcMenu / TaskManagerIO

A task, event, scheduling, and interrupt marshalling library for Arduino and mbed boards.
Apache License 2.0
124 stars 14 forks source link

Improve the syntax of scheduling by introducing a time description value type #47

Closed davetcc closed 1 year ago

davetcc commented 1 year ago

Describe the solution that you'd like Improve the syntax of scheduling by introducing a time description value type, IE where we can do something like the following:

taskManager.schedule(onceSeconds(10), workToBeDone);