Hacker News new | ask | show | jobs
by ncsurfus 2448 days ago
Having gone from a lot of C# to some Go, I’m use to passing in a CancellationToken to all asynchronous methods. I’ve noticed that there’s a lot of Go libraries missing Context support too .