C++ Thread Safety

(detailed course outline)

Writing thread safe code in C++ is challenging for mission-critical concurrent software applications. C++ has POSIX threads to develop concurrent applications and C++14 gives developers better ways to write thread-safe code. Topics include:

  • POSIX Threads
  • C++14 Threads
  • C++14 Thread Safety
  • C++ Enhancements