|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Multi-Producer Single-Consumer via SPSC rings + doorbell futex. More...
#include "spsc_shm.hpp"#include <array>#include <atomic>#include <cstddef>#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | bb::ipc::MpscDoorbell |
| Shared doorbell for waking consumer. More... | |
| class | bb::ipc::MpscConsumer |
| Multi-producer single-consumer - consumer side. More... | |
| class | bb::ipc::MpscProducer |
| Multi-producer single-consumer - producer side. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ipc |
Multi-Producer Single-Consumer via SPSC rings + doorbell futex.
Coordinates multiple producers using individual SPSC rings and a shared doorbell.
Definition in file mpsc_shm.hpp.