Function multi_location_test

Source
pub async fn multi_location_test<'a, O: Serialize + DeserializeOwned + 'static, C: Future<Output = ()>, OutOrder>(
    thunk: impl FnOnce(&FlowBuilder<'a>, &Process<'a, ()>) -> Stream<O, Process<'a>, Unbounded, OutOrder>,
    check: impl FnOnce(Pin<Box<dyn Stream<Item = O>>>) -> C,
)
Available on crate feature build only.