From c31b96d14ad5f515eee96b0e424d82ebbf376c80 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Wed, 25 Apr 2018 14:40:27 -0400 Subject: [PATCH] Updated ExperienceReports (markdown) --- ExperienceReports.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ExperienceReports.md b/ExperienceReports.md index b18ce7b4..c5e5be99 100644 --- a/ExperienceReports.md +++ b/ExperienceReports.md @@ -51,6 +51,7 @@ Add new sections as appropriate. ## Concurrency - Sergey Kamardin, “[A Million WebSockets and Go](https://medium.freecodecamp.org/million-websockets-and-go-cc58418460bb),” August 2017, about the memory overhead of blocked read/write goroutines. + - Nathaniel J. Smith, “[Notes on structured concurrency, or: Go statement considered harmful](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/)”, April 2018. ## Context