Searched refs:ComponentAsync (Results 1 – 2 of 2) sorted by relevance
7 use crate::generators::component_async::{ComponentAsync, FuzzAsyncPre, Scope};205 pub fn run(mut input: ComponentAsync) { in run() argument1236 use super::{ComponentAsync, Scope, init, run};1260 run(ComponentAsync { in simple()1353 run(ComponentAsync { in somewhat_larger()1362 run(ComponentAsync { in simple_stream1()1399 run(ComponentAsync { in simple_stream3()1419 run(ComponentAsync { in simple_stream4()1447 run(ComponentAsync { in zero_length_behavior()
30 pub struct ComponentAsync { struct94 impl Arbitrary<'_> for ComponentAsync { implementation112 Ok(ComponentAsync { commands: ret }) in arbitrary()