Searched defs:Worker (Results 1 – 7 of 7) sorted by relevance
91 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()123 pub(crate) struct Worker { struct131 unsafe impl Send for Worker {} implementation132 unsafe impl Sync for Worker {} implementation134 impl Worker { impl257 fn check_cancel(&mut self, worker: &Worker) { in check_cancel()264 fn periodic_check(&mut self, worker: &Worker) { in periodic_check()
392 fn async_thread_proc(inner: Arc<Inner>, worker: Arc<Worker>, handle: Arc<Handle>) { in async_thread_proc()597 pub(crate) fn get_worker(&self, index: usize) -> Result<Arc<Worker>, ()> { in get_worker()
39 ## Worker section
90 explicit Worker(napi_env env) : hostEnv_(env) {}; in Worker() function
47 class Worker; variable
47 } Worker; typedef
60 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() function in Commonlibrary::Concurrent::WorkerModule::Worker