about summary refs log tree commit diff
path: root/go/actors.go
AgeCommit message (Collapse)AuthorFilesLines
2020-02-06 Host go directory for some go scratch workWilliam Carroll1-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.