nodedb-bridge 0.2.1

Lock-free SPSC ring buffer bridging Tokio (Send) and Thread-per-Core (! Send) runtimes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# `nodedb-bridge`

> SPSC ring-buffer bridge between the Control and Data planes

Bounded lock-free single-producer / single-consumer queues with backpressure thresholds (85% / 95%). Used by NodeDB to send query plans from Tokio (Control Plane) to TPC reactors (Data Plane) without locks or atomics on the hot path.

## Status

Pre-1.0. APIs may change between minor versions until 1.0. See the
workspace [`README.md`](../README.md) for the full project overview and
the GitHub [release notes](https://github.com/NodeDB-Lab/nodedb/releases)
for per-version changes.

## License

Licensed under the Business Source License 1.1 ([`LICENSE`](../LICENSE)).