[][src]Function mogwai::utils::set_immediate

pub fn set_immediate<F>(f: F) where
    F: FnOnce() + 'static, 

Schedule the given closure to be run as soon as possible.

On wasm32 this schedules the closure to run async at the next "frame". Any other target sees the closure called immediately.