Y
Hacker News
new
|
ask
|
show
|
jobs
by
theThree
521 days ago
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).