pub async fn async_block_for_result_with_timeout( rx: &mut Receiver<VoltTable>, timeout_duration: Duration, ) -> Result<VoltTable, VoltError>
Async wait for response result with timeout