Function forth3::testutil::async_blockon_runtest_with

source ยท
pub fn async_blockon_runtest_with<T, D>(
    forth: &mut AsyncForth<T, D>,
    contents: &str,
)
where T: 'static, D: for<'forth> AsyncBuiltins<'forth, T>,
Available on crate features _force_test_utils and async only.
Expand description

Like async_blockon_runtest, but with provided async vm