Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dlib.rs48 mod spawn; module
/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.rs30 mod spawn; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dbuilder.rs62 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
Dmod.rs139 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs183 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
Dblocking_pool.rs207 fn spawn(&self, task: Task) -> Result<(), ScheduleError> { in spawn() method
Dcurrent_thread.rs243 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
Dasync_pool.rs422 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method