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
- Host: GitHub
- URL: https://github.com/galuque/concurrency-patterns
- Owner: galuque
- Created: 2021-05-28T21:03:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T21:37:18.000Z (over 3 years ago)
- Last Synced: 2025-02-03T23:50:06.402Z (4 months ago)
- Language: Clojure
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.