Trait criterion::async_executor::AsyncExecutor
source · [−]Expand description
Plugin trait used to allow benchmarking on multiple different async runtimes.
Smol, Tokio and Async-std are supported out of the box, as is the current-thread runner from the Futures crate; it is recommended to use whichever runtime you use in production.