Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs707 WorkerFunction(AlwaysMut<Box<dyn FnOnce(&mut dyn VMStore) -> Result<()> + Send>>), enumerator
725 Self::WorkerFunction(_) => f.debug_tuple("WorkerFunction").finish(), in fmt()
1379 WorkItem::WorkerFunction(fun) => { in handle_work_item()
2887 .push_high_priority(WorkItem::WorkerFunction(AlwaysMut::new(Box::new( in first_poll()
4973 WorkItem::ResumeThread(..) | WorkItem::GuestCall(..) | WorkItem::WorkerFunction(..) => { in take_fibers_and_futures()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs2977 .push_high_priority(WorkItem::WorkerFunction(AlwaysMut::new(Box::new( in write()