Patterns and Idioms
Submitted by pbridger on Wed, 2006-02-22 00:23.
Knowing about the basic problems of concurrency (as presented in the last chapter) is not enough to save you from them in complex programs. In this chapter we'll talk about some common patterns that help us write safe multi-threaded code.
