Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs1795 state.push_low_priority(WorkItem::ResumeThread(instance, thread)); in resume_fiber()
2011 state.push_low_priority(WorkItem::GuestCall(runtime_instance, call)); in handle_callback_code()
5052 fn push_low_priority(&mut self, item: WorkItem) { in push_low_priority() method
5061 self.push_low_priority(item); in push_work_item()