Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dlib.rs47 mod spawn; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
Dspawner.rs66 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs39 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.rs141 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs191 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() method
Dcurrent_thread.rs250 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn() method
Dblocking_pool.rs207 fn spawn(&self, task: Task) { in spawn() method
Dasync_pool.rs494 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/
Dcommand.rs286 pub fn spawn(&mut self, pts: &Pts) -> io::Result<Child> { in spawn() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs332 pub fn spawn(&mut self) -> io::Result<Child> { in spawn() method