Skip to main content

async_block_for_result_with_timeout

Function async_block_for_result_with_timeout 

Source
pub async fn async_block_for_result_with_timeout(
    rx: &mut Receiver<VoltTable>,
    timeout_duration: Duration,
) -> Result<VoltTable, VoltError>
Expand description

Async wait for response result with timeout