Function forth3::testutil::async_blockon_runtest_with_dispatcher
source ยท pub fn async_blockon_runtest_with_dispatcher<T, D>(
context: T,
dispatcher: 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 context + dispatcher