FICHA · AUR

concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 31, 2026 description in en

Description

C++11 applications can use a fast lock-free queue for passing work between multiple producer and consumer threads. It is useful in performance-sensitive systems that need efficient thread communication.

Lock-free data structures still require careful ownership and lifetime rules. Test shutdown, backpressure, and error paths because concurrency defects can be rare and difficult to reproduce.

Permissions

Permissions not analysed for this source yet.