logoalt Hacker News

theThree01/21/20250 repliesview on HN

Context is useful in many cases. In go I have to pass ctx from func to func. In nodejs I can easily create&use context by using AsyncLocalStorage (benefit of single-thread).