Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
240 contributions in the last year
Activity overview
Contribution activity
October 2020
- Qard/b2test JavaScript
Created a pull request in nodejs/node that received 12 comments
async_hooks: fix leak in AsyncLocalStorage exit
If exit is called and then run or enterWith are called within the exit function, the als instance should not be added to the storageList additional…
Created an issue in nodejs/diagnostics that received 13 comments
Identify async_hooks use cases beyond AsyncLocalStorage
It seems to be the general consensus of this working group that async_hooks should not be directly made stable due to it exposing internals. The As…