Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dlib.rs53 pub(crate) mod spawn; module
73 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
Dspawner.rs67 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs34 mod spawn; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dbuilder.rs63 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
Djoin_set.rs156 pub fn spawn<T>(&mut self, task: T) -> CancelHandle in spawn() method
413 pub fn spawn<T>(&mut self, task: T) -> CancelHandle in spawn() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs190 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
Dcurrent_thread.rs128 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
Dblocking_pool.rs207 fn spawn(&self, task: Task) -> Result<(), ScheduleError> { in spawn() method
Dasync_pool.rs427 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method