Searched defs:spawn (Results 1 – 12 of 12) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| D | lib.rs | 47 mod spawn; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/ |
| D | spawner.rs | 66 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() function
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| D | entry.rs | 39 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 | 141 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | mod.rs | 191 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
|
| D | current_thread.rs | 250 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
|
| D | blocking_pool.rs | 207 fn spawn(&self, task: Task) { in spawn() method
|
| D | async_pool.rs | 494 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
| D | command.rs | 286 pub fn spawn(&mut self, pts: &Pts) -> io::Result<Child> { in spawn() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
| D | command.rs | 332 pub fn spawn(&mut self) -> io::Result<Child> { in spawn() method
|