Anthony Williams

Anthony Williams is a UK-based developer, consultant, and trainer with over 20 years of experience in C++. He has been an active member of the BSI C++ Standards Panel since 2001, and is the author or coauthor of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the C++11 Standard. He continues to work on new facilities to enhance the C++ concurrency toolkit, both with standards proposals, and implementations of those facilities for the just::thread Pro extensions to the C++ thread library from Just Software Solutions Ltd. Anthony lives in the far west of Cornwall, England.

books by Anthony Williams

C++ Concurrency in Action, Second Edition

  • February 2019
  • ISBN 9781617294693
  • 592 pages
  • printed in black & white
  • Available translations: Complex Chinese, Japanese, Korean, Polish, Russian, Simplified Chinese

C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every chapter, including insights that will delight even the most experienced developer.

C++ Concurrency in Action

  • February 2012
  • ISBN 9781933988771
  • 528 pages
  • printed in black & white
  • Available translations: Japanese

Without assuming you have a background in the subject, C++ Concurrency in Action gradually enables you to write robust and elegant multithreaded applications in C++11. You'll explore the threading memory model, the new multithreading support library, and basic thread launching and synchronization facilities. Along the way, you'll learn how to navigate the trickier bits of programming for concurrency.