Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-http/src/
H A Dhandler.rs315 let accept_concurrent = AtomicBool::new(true); in run_() localVariable
335 accept_concurrent.store(false, Relaxed); in run_()
401 && (future_count == 0 || accept_concurrent.load(Relaxed)), in run_()
513 if !accept_concurrent.swap(true, Relaxed) { in run_()