November 2015
Intermediate to advanced
264 pages
7h 30m
English
In this chapter
In chapter 6 you learned what concurrency is and how channels behave, and reviewed code that showed concurrency in action. In this chapter you’ll extend that knowledge by reviewing more code. We’ll review three packages that implement different concurrency patterns that you can use in your own projects. Each package provides a practical perspective on the use of concurrency and channels and how they can make concurrent programs easier to write and reason about.
The purpose of the runner package is to show how channels can be used to monitor the amount ...
Read now
Unlock full access