wouldWait() functionality #3

Open
opened 2023-04-07 12:19:15 +01:00 by deavmi · 1 comment
Owner

What is this?

Adding support for a wouldWait() method which would enable single threaded asynchronous programming where you can check if some work relating to the Event in question needs to be done, if not, continue doing other work and loop back and check later.

  • Implemented
  • Tested
  • Document
## What is this? Adding support for a `wouldWait()` method which would enable single threaded asynchronous programming where you can check if some work relating to the `Event` in question needs to be done, if not, continue doing other work and loop back and check later. - [ ] Implemented - [ ] Tested - [ ] Document
deavmi added the
enhancement
label 2023-04-07 12:19:15 +01:00
deavmi self-assigned this 2023-04-07 12:19:15 +01:00
Author
Owner

The code for this has been written already, I just need to test it and document it.

The code for this has been written already, I just need to test it and document it.
deavmi changed title from waouldWait() functionality to wouldWait() functionality 2023-04-07 12:21:36 +01:00
deavmi added a new dependency 2023-04-07 12:22:11 +01:00
deavmi added the due date 2023-04-12 2023-04-07 12:22:27 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

2023-04-12

Blocks
#4 Clean up
deavmi/libsnooze
Reference: deavmi/libsnooze#3
No description provided.