Home
last modified time | relevance | path

Searched defs:Spawn (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/tokio-test/src/
Dtask.rs24 pub struct Spawn<T> { struct
47 impl<T> Spawn<T> { implementation
79 impl<T: Unpin> ops::Deref for Spawn<T> { implementation
87 impl<T: Unpin> ops::DerefMut for Spawn<T> { implementation
93 impl<T: Future> Spawn<T> { implementation
101 impl<T: Stream> Spawn<T> { impl
109 impl<T: Future> Future for Spawn<T> { implementation
117 impl<T: Stream> Stream for Spawn<T> { implementation
/external/rust/crates/futures-task/src/
Dspawn.rs6 pub trait Spawn { trait
86 impl<Sp: ?Sized + Spawn> Spawn for &Sp { impl
96 impl<Sp: ?Sized + Spawn> Spawn for &mut Sp { impl
/external/rust/crates/grpcio/src/task/
Dmod.rs117 Spawn(Arc<SpawnTask>), enumerator
/external/protobuf/src/google/protobuf/
Dparse_context.h421 ParseContext Spawn(const char** start, T&&... args) { in Spawn() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dparse_context.h412 ParseContext Spawn(const char** start, T&&... args) { in Spawn() function