Skip to content
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.

you need to look here for further explanation

Current Documentation for v 2.x

also here are the old doc, if you need to review about previous version

link to outdated v 1.1.8 doc