pub type SharedBuf = Arc<Mutex<VecDeque<(Row, i64, i64)>>>;
pub struct SharedBuf { /* private fields */ }