Notes on structured concurrency, or: Go statement considered harmful

Notes on structured concurrency, or: Go statement considered harmful

  • April 26, 2018
Table of Contents

Notes on structured concurrency, or: Go statement considered harmful

In this post, I want to convince you that nurseries aren’t quirky or idiosyncratic at all, but rather a new control flow primitive that’s just as fundamental as for loops or function calls. And furthermore, the other approaches we saw above – thread spawning and callback registration – should be removed entirely and replaced with nurseries.

Source: vorpus.org

Tags :
Share :
comments powered by Disqus

Related Posts

Fluree DB – A scalable blockchain database

Fluree DB – A scalable blockchain database

Develop blockchain applications with a powerful graph database. FlureeDB’s blockchain database allows developers to build decentralized applications on blockchain technology. Support for GraphQL, JavaScript, and React built in.

Read More