Erlang for Go developers - GopherConSG 2018

preview_player
Показать описание
Speaker: Christopher Molozian

Go and Erlang each have a fantastic runtime model for lightweight concurrency. This talk will introduce the Erlang actor model, supervisors, supervision trees, and other concepts which can be built on top of Go’s CSP concurrency primitives to build distributed systems.

Produced by Engineers.SG
Рекомендации по теме
Комментарии
Автор

guys, goerlang/node is deprecated and not developing last few years. have a try the fork github.com/halturin/ergonode . it can be useful for your projects

halturin
Автор

go fmt.Println("Hello World") 4:18 not need to wrap in anonymous function

johnbalvin