Commit e6016dae authored by Trevor Norris's avatar Trevor Norris
Browse files

node: remove asyncStack



Now that the context stores the active execution stack, and because
removeAsyncListener() always removed the AsyncListener from the queue
and the stack, there's no need to keep a stack around anymore. Instead
the active asyncQueue and the currentContext is able to handle it all.

Signed-off-by: default avatarForrest L Norvell <ogd@aoaioxxysz.net>
parent f32c1ffe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment