Home
last modified time | relevance | path

Searched refs:batch_pair (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/task/
Dmod.rs122 pub fn batch_pair(ty: BatchType) -> (BatchFuture, CallTag) { in batch_pair() method
/external/rust/crates/grpcio/src/call/
Dmod.rs263 let (cq_f, tag) = CallTag::batch_pair(bt); in check_run()