You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
347 B
19 lines
347 B
7 months ago
|
.. _module-pw_ring_buffer:
|
||
|
|
||
|
--------------
|
||
|
pw_ring_buffer
|
||
|
--------------
|
||
|
The ``pw_ring_buffer`` module will eventually provide several ring buffer
|
||
|
implementations, each with different tradeoffs.
|
||
|
|
||
|
This documentation is incomplete :)
|
||
|
|
||
|
Compatibility
|
||
|
=============
|
||
|
* C++11
|
||
|
|
||
|
Dependencies
|
||
|
============
|
||
|
* ``pw_span``
|
||
|
* ``pw_containers`` - for tests only
|