This chapter is about the relatively new context package and its usage in concurrent programming. It is a very powerful tool by defining a unique interface that's used in many different places in the standard library, as well as in many third-party packages.
The following topics will be covered in this chapter:
- Understanding what context is
- Studying its usage in the standard library
- Creating a package that uses context