Searched defs:BatchType (Results 1 – 2 of 2) sorted by relevance
12 pub enum BatchType { enum29 pub fn new(ty: BatchType, inner: Arc<Inner<Option<MessageReader>>>) -> Batch { in new()
259 fn check_run<F>(bt: BatchType, f: F) -> BatchFuture in check_run()