Skip to main content

spawn_update_check

Function spawn_update_check 

Source
pub fn spawn_update_check(
    current_version: String,
) -> Receiver<Option<UpdateInfo>>
Expand description

Start a background thread to check for updates. Returns a receiver that will contain the result when ready.