Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.