Home
last modified time | relevance | path

Searched refs:run_worker (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs91 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker() function
H A Dasync_pool.rs26 use super::worker::{get_current_ctx, run_worker, Worker};
397 run_worker(worker, handle); in async_thread_proc()