Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/task/
Dexecutor.rs173 pub struct UnfinishedWork(Arc<SpawnTask>); struct
175 impl UnfinishedWork { impl
/external/rust/crates/grpcio/src/
Dcq.rs165 pub fn push_work(&self, work: UnfinishedWork) -> Option<UnfinishedWork> { in push_work()
178 pub unsafe fn pop_work(&self) -> Option<UnfinishedWork> { in pop_work()