A repo for an engineering talk on how Go Channels work. With a little bit of Actor Model thrown in for good measure.
The actor implementation has been implemented in a couple of different ways: - Using a custom framework I came up with quickly - Using an actor framework I found after I wrote the quick demo.