Go Pipelines Dangerous Beauty of Go - Anna Rosenthal

preview_player
Показать описание
There are many kinds of concurrent programs out there, a Go pipeline being one of them. Fundamentally, a pipeline is a series of stages connected by channels, where each stage is a Goroutine or a group of Goroutines running the same function. My talk is aimed at enthusiastic Go beginners. It introduces threads/processes, briefly mentions deadlocks, explains the major differences between a thread and a Goroutine, goes over channels and demonstrates a working Go pipeline. (Note to you: I can include code snippets or do a live demo for the pipeline portion; there will be code snippets for channels/Goroutines).
Рекомендации по теме