Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gm0stache/go-conc
Code created while working through "Learn Concurrent Programming with Go" by James Cutajar.
https://github.com/gm0stache/go-conc
Last synced: about 1 month ago
JSON representation
Code created while working through "Learn Concurrent Programming with Go" by James Cutajar.
- Host: GitHub
- URL: https://github.com/gm0stache/go-conc
- Owner: gm0stache
- License: apache-2.0
- Created: 2024-01-15T06:52:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T09:06:15.000Z (10 months ago)
- Last Synced: 2024-06-21T08:07:37.261Z (7 months ago)
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-conc
Code created while working through "Learn Concurrent Programming with Go" by James Cutajar.# structure
executable programs are located in the [cmd](./cmd) dir.
some manually implemented synchronization constructs can be found in the
[internal](./internal) package.