Function probe_async

Source
pub fn probe_async(
    files: Vec<(u64, String)>,
    backend: Backend,
) -> Receiver<Probed>
Expand description

Probe files (placeholder asset id + path) on a worker. Returns at once; poll the receiver.