pub fn async_blockon_runtest_with<T, D>(
    forth: &mut AsyncForth<T, D>,
    contents: &str
)where
    T: 'static,
    D: for<'forth> AsyncBuiltins<'forth, T>,
Expand description

Like async_blockon_runtest, but with provided async vm