|
|
|
|
|
by SamReidHughes
2398 days ago
|
|
Well, you have to cancel the task, not ignore it. So you need some standard cancellation hook. And that generally has to be something explicitly handled by the task in question; it cannot automatically percolate all the way down to the deepest sub-task. If your promise lib has cancellation built in, then adding a timeout to one is easy. |
|