flow::adapter::worker

Type Alias SharedBuf

Source
pub type SharedBuf = Arc<Mutex<VecDeque<(Row, i64, i64)>>>;

Aliased Typeยง

struct SharedBuf { /* private fields */ }