Struct spmc_buffer::SPMCBufferInput [] [src]

pub struct SPMCBufferInput<T: Send + Sync> { /* fields omitted */ }

Producer interface to SPMC buffers

The producer can use this struct to submit updates to the SPMC buffer whenever he likes. These updates may or may not be nonblocking depending on the buffer size and the readout pattern.

Methods

impl<T: Send + Sync> SPMCBufferInput<T>
[src]

[src]

Write a new value into the SPMC buffer

Trait Implementations

impl<T: Debug + Send + Sync> Debug for SPMCBufferInput<T>
[src]

[src]

Formats the value using the given formatter.