othiym23 / node-continuation-local-storage

implementation of https://github.com/joyent/node/issues/5243
BSD 2-Clause "Simplified" License
1.13k stars 207 forks source link

Does CLS work with native promises? #124

Open MidnightDemon opened 6 years ago

MidnightDemon commented 6 years ago

If so, does it require any additional setup? Thank you!

vdeturckheim commented 6 years ago

AFAIK, yes, but it will not work with async/await