Skip to main content

await_inflight

Function await_inflight 

Source
async fn await_inflight(
    rx: Receiver<Option<Result<Texture, String>>>,
) -> Result<Texture, String>
Expand description

Helper to await an in-flight thumbnail load result from a subscriber channel.