Comment on What canceled my Go context?parentComments−nnx6moin JS, signals and AbortController can replicate some of the functionality but it's far less ergonomic than Go.https://github.com/ggoodman/context provides nice helpers that brings the DX a bit closer to Go.
Comments
in JS, signals and AbortController can replicate some of the functionality but it's far less ergonomic than Go.
https://github.com/ggoodman/context provides nice helpers that brings the DX a bit closer to Go.