Constant xvc_core::CHANNEL_BOUND

source ·
pub const CHANNEL_BOUND: usize = 1000000;
Expand description

Channel size for crossbeam_channel::bounded used across the library. TODO: This can be configurable for smaller/larger RAM sizes.