Searched refs:stream_config (Results 1 – 3 of 3) sorted by relevance
22 stream_config: StreamConfig, field31 pub fn new(stream_config: StreamConfig, size: usize) -> Option<Self> { in new()32 BufferPool::new(size, stream_config).map(|buffer_pool| Self { in new()33 stream_config, in new()59 self.stream_config in get_publisher_stream_config()
66 pub fn new(pool_size: usize, stream_config: StreamConfig) -> Option<Self> { in new()70 if let Some(buffer) = stream_config.create_hardware_buffer() { in new()
19 mod stream_config; module24 pub use stream_config::*;