An open API service indexing awesome lists of open source software.

https://github.com/galuque/concurrency-patterns

Rob Pike's examples of concurrency patterns in Clojure with core.async
https://github.com/galuque/concurrency-patterns

Last synced: about 2 months ago
JSON representation

Rob Pike's examples of concurrency patterns in Clojure with core.async

Awesome Lists containing this project

README

        

# Concurrency Patterns

The examples from Rob Pikes's [Go Concurrency Patterns](https://www.youtube.com/watch?v=f6kdp27TYZs) talk in Clojure's core.async library.