Crate simple_triple_buffer[][src]

Structs

Reader

Read side of the triple buffer.

Writer

Write side of the triple buffer.

Functions

new_clone

Create a new buffer pair that creates additional buffer instances by cloning a previous state.

new_with

Create a new buffer pair that creates additional buffer instances with a custom clone function.