Home
last modified time | relevance | path

Searched refs:spawn_async (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dbuilder.rs23 use crate::spawn::{spawn_async, spawn_blocking};
68 spawn_async(self, task) in spawn()
H A Djoin_set.rs25 use crate::spawn::spawn_async;
170 None => spawn_async(&self.builder, task), in spawn_inner()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dspawn.rs73 pub(crate) fn spawn_async<T, R>(builder: &TaskBuilder, task: T) -> JoinHandle<R> in spawn_async() function