an eclectic mix of unrelated topics
2023-02-04
The Actor paradigm allows to structure code as independent entities (actors), that are responsible for a single functionality of your application. Here you will find an implementation of this paradigm in Go.
2014-11-08