Introduction to Go, part 15: Channels

Introduction to Go, part 15: Channels


This video introduces channels and shows how they can be used to allow goroutines to communicate with each other. Topics covered include: - creating channels - sending and receiving messages...
Tags:channels