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

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Default for Config
[src]

Returns the "default value" for a type. Read more