Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dcq.rs165 pub fn push_work(&self, work: UnfinishedWork) -> Option<UnfinishedWork> { in push_work() method
/external/rust/crates/grpcio/src/task/
Dexecutor.rs156 if let Some(UnfinishedWork(w)) = task.queue.push_work(UnfinishedWork(task.clone())) { in wake_by_ref()