🛠️ Steven Gong

Search

SearchSearch
  • Concurrency Mechanisms (C++)
  • Related

Aug 28, 2024, 1 min read

Concurrency Mechanisms (C++)

Need to be a little more familiar with those concepts than I claim to be.

  • thread (C++) to create threads
  • mutex (C++) to lock data from being accessed simultaneously
  • Condition Variable (C++) to block threads until a condition is met
  • promise and future (C++) for coordination between producer and consumer threads
  • atomic (C++) to ensure atomic operations on shared variables

Related

  • IPC Mechanisms

Graph View

Backlinks

  • C++
  • IPC Mechanisms

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub