Searched defs:Worker (Results 1 – 5 of 5) sorted by relevance
79 pub(crate) fn run_worker(worker: Arc<Worker>, handle: Arc<Handle>) { in run_worker()111 pub(crate) struct Worker { struct119 unsafe impl Send for Worker {} argument120 unsafe impl Sync for Worker {} implementation122 impl Worker { implementation254 fn check_cancel(&mut self, worker: &Worker) { in check_cancel()261 fn periodic_check(&mut self, worker: &Worker) { in periodic_check()
331 fn async_thread_proc(inner: Arc<Inner>, worker: Arc<Worker>, handle: Arc<Handle>) { in async_thread_proc()530 pub(crate) fn get_worker(&self, index: u8) -> Result<Arc<Worker>, ()> { in get_worker()
55 struct Worker {} struct57 impl Worker { impl
47 explicit Worker(napi_env env) : hostEnv_(env) {}; in Worker() function
32 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() function in Commonlibrary::Concurrent::WorkerModule::Worker