Home
last modified time | relevance | path

Searched defs:BatchType (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/task/
Dpromise.rs12 pub enum BatchType { enum
29 pub fn new(ty: BatchType, inner: Arc<Inner<Option<MessageReader>>>) -> Batch { in new()
/external/rust/crates/grpcio/src/call/
Dmod.rs259 fn check_run<F>(bt: BatchType, f: F) -> BatchFuture in check_run()