Closed davetcc closed 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);
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);