Home
last modified time | relevance | path

Searched refs:spawn_with_attr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dmod.rs196 self.spawn_with_attr(task, &TaskBuilder::default()) in spawn()
200 pub(crate) fn spawn_with_attr<T, R>(&self, task: T, builder: &TaskBuilder) -> JoinHandle<R> in spawn_with_attr() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dspawn.rs80 rt.spawn_with_attr(task, builder) in spawn_async()