Go to content

Bryan Boreham - An Actor Model in Go

The actor model makes it easier to reason about the behaviour of concurrent systems. Languages such as Erlang and Scala provide actor support as standard, but it can be added to your Go programs with just a little care. This talk will cover A basic description of the actor model Different styles of implementation of actors in Go Limitations of Go compared to an ideal actor model Experience from actors as used in Weave Net, the Open Source container network written in Go

August 17, 2016