Home
last modified time | relevance | path

Searched defs:AsyncExecutor (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/criterion/src/
Dasync_executor.rs20 pub trait AsyncExecutor { trait
52 impl AsyncExecutor for &tokio::runtime::Runtime { impl