Function datafusion::physical_plan::test::assert_is_pending
source ยท pub fn assert_is_pending<'a, T>(
fut: &mut Pin<Box<dyn Future<Output = T> + Send + 'a>>,
)
Expand description
Asserts that given future is pending.