Home
last modified time | relevance | path

Searched defs:Spawner (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/runtime/
Dspawner.rs13 pub(crate) enum Spawner { enum
20 impl Spawner { implementation
32 impl Spawner { impl
Dbasic_scheduler.rs55 pub(crate) struct Spawner { struct
56 shared: Arc<Shared>,
150 pub(crate) fn spawner(&self) -> &Spawner { in spawner()
380 impl Spawner { implementation
407 impl fmt::Debug for Spawner { implementation
/external/rust/crates/tokio/src/runtime/thread_pool/
Dmod.rs39 pub(crate) struct Spawner { struct
48 let spawner = Spawner { shared }; in new() argument
58 pub(crate) fn spawner(&self) -> &Spawner { in spawner()
89 impl Spawner { impl
106 impl fmt::Debug for Spawner { implementation
/external/rust/crates/tokio/src/runtime/blocking/
Dpool.rs24 pub(crate) struct Spawner { struct
25 inner: Arc<Inner>,
135 pub(crate) fn spawner(&self) -> &Spawner { in spawner()
187 impl Spawner { implementation
361 impl fmt::Debug for Spawner { implementation