Type Definitions
StackListener(res, num, …args)
Listener called with ordered task results
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
res | any | return value of the | |
num | number | zero-indexed number indicating the order this task was queued | |
args | any | <repeatable> | forwarded arguments that were passed when the task was added |
- Source