Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-10 | Practice concurrency in golang | William Carroll | 6 | -0/+194 | |
Uploading some snippets I created to help me better understand concurrency in general and specifically concurrency in golang. | |||||
2020-02-06 | Host go directory for some go scratch work | William Carroll | 1 | -0/+45 | |
actors.go is my attempt to better understand golang's channels. I'm mapping my understanding of concurrency from my experience with Elixir / Erlang and actors onto golang until I have more opinions. |