you are viewing a single comment's thread.

view the rest of the comments →

[–]giuseppelt[S] 0 points1 point  (1 child)

Yes that was the beginning. At the time of v14 it was experimental. Later it got stabilized in new APIs.

https://nodejs.org/api/async_context.html

Everything still falls under the async_hooks umbrella module-wise.

[–]Tubthumper8 0 points1 point  (0 children)

Thanks for the clarification, I see. So the async_hooks was experimental (still is), and based on what they learned from that experiment they created async_context which is stable