Searched refs:async_executor (Results 1 – 4 of 4) sorted by relevance
1 use criterion::{async_executor::FuturesExecutor, criterion_group, BatchSize, Criterion};
595 async_executor = executor.new_executor(enable_async=True)596 with context.executor_scope(async_executor):599 async_executor.wait()
13 use crate::async_executor::AsyncExecutor;
59 pub mod async_executor; module