pub fn async_blockon_runtest_with_dispatcher<T, D>(
    context: T,
    dispatcher: D,
    contents: &str
)where
    T: 'static,
    D: for<'forth> AsyncBuiltins<'forth, T>,
Expand description

Like async_blockon_runtest, but with provided context + dispatcher