/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/ |
H A D | mod.rs | 37 fn spawn<'a, F1, F2, Fut, A, B>( in spawn() method 55 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() method
|
H A D | ipc_ylong.rs | 26 fn spawn<'a, F1, F2, Fut, A, B>(spawn_this: F1, after_handle: F2) -> BoxFuture<'a, IpcResult<B>> in spawn() method 67 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | lib.rs | 47 mod spawn; module
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/ |
H A D | spawner.rs | 66 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() function
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | entry.rs | 35 mod spawn; module
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | builder.rs | 62 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
|
H A 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
|
H A D | mod.rs | 141 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | mod.rs | 191 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
|
H A D | current_thread.rs | 250 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
|
H A D | blocking_pool.rs | 207 fn spawn(&self, task: Task) { in spawn() method
|
H A D | async_pool.rs | 494 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
H A D | command.rs | 332 pub fn spawn(&mut self) -> io::Result<Child> { in spawn() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
H A D | command.rs | 286 pub fn spawn(&mut self, pts: &Pts) -> io::Result<Child> { in spawn() method
|