Skip to content

Instantly share code, notes, and snippets.

View zthxxx's full-sized avatar
🐾
Nyaa~

zthxxx zthxxx

🐾
Nyaa~
View GitHub Profile
import {
AsyncLocalStorage,
} from 'node:async_hooks'
import {
IterableWeakSet,
} from './IterableWeakSet'
/**
* Basic implementation of tc39 Stage 2 [Async Context](https://github.com/tc39/proposal-async-context)
*