Introduction
This lab aims to test your knowledge of using channels to synchronize execution across goroutines.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
go(("Golang")) -.-> go/ConcurrencyGroup(["Concurrency"])
go/ConcurrencyGroup -.-> go/channels("Channels")
subgraph Lab Skills
go/channels -.-> lab-15458{{"Synchronizing Goroutines with Channels"}}
end