FYI @NatalieWolfe has an implementation of some of this model at https://github.com/NatalieWolfe/node-context-continuation/
The gaps in this AFAIU are:
- native promise support
- Async/Await support
- Ready-context hookup
Would be interesting to see where if v8 Promise Hooks give sufficient info to resolve above & what perf hit is.
/cc @zenparsing
FYI @NatalieWolfe has an implementation of some of this model at https://github.com/NatalieWolfe/node-context-continuation/
The gaps in this AFAIU are:
Would be interesting to see where if v8 Promise Hooks give sufficient info to resolve above & what perf hit is.
/cc @zenparsing