Summary

This lesson summarizes the concepts covered in this chapter.

We'll cover the following...

Chapter summary

  • When threads do not depend on other threads, parallelism is preferred. Consider concurrency only when threads depend on operations of other threads.

  • Because concurrency by data sharing is hard to implement ...