Struct cfrp::Config [] [src]

pub struct Config {
    pub buffer_size: usize,
}

Topology Configuration

buffer_size determines the size of the SyncSender channels to use for transporting events between threads. Smaller values may result in less memory consumption, larger values may result in higher throughput.

Fields

buffer_size

Trait Implementations

impl Default for Config

fn default() -> Config

Derived Implementations

impl Debug for Config

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Config

fn clone(&self) -> Config

fn clone_from(&mut self, source: &Self)