Home
last modified time | relevance | path

Searched defs:spawn_std (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/
H A Druntime.rs36 pub fn spawn_std<F>(&mut self, future: F) -> &mut Self in spawn_std() method
98 pub fn spawn_std(&self, f: impl std::future::Future<Output = ()> + Send + 'static) { in spawn_std() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-compat-0.1.6/src/runtime/threadpool/
H A Dtask_executor.rs82 pub fn spawn_std<F>(&self, future: F) in spawn_std() method
H A Dmod.rs313 pub fn spawn_std<F>(&self, future: F) -> &Self in spawn_std() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-compat-0.1.5/src/runtime/threadpool/
H A Dtask_executor.rs82 pub fn spawn_std<F>(&self, future: F) in spawn_std() method
H A Dmod.rs313 pub fn spawn_std<F>(&self, future: F) -> &Self in spawn_std() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-compat-0.1.5/src/runtime/current_thread/
H A Druntime.rs75 pub fn spawn_std<F>(&self, future: F) -> Result<(), executor_01::SpawnError> in spawn_std() method
283 pub fn spawn_std<F>(&mut self, future: F) -> &mut Self in spawn_std() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-compat-0.1.6/src/runtime/current_thread/
H A Druntime.rs75 pub fn spawn_std<F>(&self, future: F) -> Result<(), executor_01::SpawnError> in spawn_std() method
283 pub fn spawn_std<F>(&mut self, future: F) -> &mut Self in spawn_std() method