-
Notifications
You must be signed in to change notification settings - Fork 0
Home
went edited this page Oct 1, 2018
·
2 revisions
Welcome to the dive wiki!
This module allows you to wrap some execution context context via async_hooks. The main Idea is the wrapped execution context must be a function, cause otherwise we will be unable to handle everything through callbacks. Core concept is about that if we have some attributes of wrapped function as callbacks, so we will wrap them too, and therefore we will be able to track the context back through that callbacks too.