Concurrency Made Easy (Practical Tips For Effective Concurrency In Go)

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=DqHb5KBe7qI



Duration: 27:31
41,310 views
917


Go’s headline feature is its simple, lightweight concurrency, but most Go programmers that stick with the language for a while tend to look back on their early efforts and say things like “wow, I really went overboard with channels” or “I went crazy with goroutines, it was impossible to understand what the program did”. Clearly there is a disconnect between the concurrency primitives that the language offers, and the expectations of many why come to Go for exactly those features. This talk will explore some strategies for using with concurrency in Go without the pitfalls.

EVENT:

GopherCon SG 2017

SPEAKER:

Dave Cheney

PERMISSIONS:

Original video was published with the Creative Commons Attribution license (reuse allowed).

CREDITS:

Original video source: https://www.youtube.com/watch?v=yKQOunhhf4A







Tags:
golang
go programming
golang programming