Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cache/src/config/
H A Dtests.rs522 .with_worker_event_queue_size(0x10) in test_builder_all_settings()
/wasmtime-44.0.1/crates/cache/src/
H A Dconfig.rs394 pub fn with_worker_event_queue_size(&mut self, size: u64) -> &mut Self { in with_worker_event_queue_size() method