-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I'm using async for my async tasks and have 2 scenarios where a stop method would be helpful:
- I already know when the tasks are done and don't want to listen to
multiprocessfordone(so I can have 1 function to handle next case) - Tasks are cancelled due to an fail fast error
- I need to be able to log an error without worry of it being overwritten by a pending
setTimeout
- I need to be able to log an error without worry of it being overwritten by a pending
This should be plausible via a stop method which runs clearTimeout and loop()'s success case (i.e. this.update.done();)
Metadata
Metadata
Assignees
Labels
No labels