pub fn on_a_deep_stack<Body, Fut>(body: Body)Expand description
Run a joining test body on a thread with room for the flow’s poll frames.
The joining futures are not Send, so the current-thread runtime moves to
the configured thread rather than moving the future to a Tokio worker.