Notes on structured concurrency, or: Go statement considered harmful (opens in new tab)
Every concurrency API needs a way to run code concurrently. Here's some examples of what that looks like using different APIs:
Read the original articleEvery concurrency API needs a way to run code concurrently. Here's some examples of what that looks like using different APIs:
Read the original article