Searched defs:Worker (Results 1 – 5 of 5) 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 {} argument132 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()
90 explicit Worker(napi_env env) : hostEnv_(env) {}; in Worker() function
47 class Worker; variable
57 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() function in Commonlibrary::Concurrent::WorkerModule::Worker