Searched defs:spawn (Results 1 – 10 of 10) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| D | lib.rs | 48 mod spawn; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/ |
| D | spawner.rs | 67 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() function
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| D | entry.rs | 30 mod spawn; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
| D | builder.rs | 62 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
|
| D | join_set.rs | 156 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
|
| D | mod.rs | 139 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | mod.rs | 183 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
|
| D | blocking_pool.rs | 207 fn spawn(&self, task: Task) -> Result<(), ScheduleError> { in spawn() method
|
| D | current_thread.rs | 243 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
|
| D | async_pool.rs | 422 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
|