dispatch_later

Function dispatch_later 

Source
pub async fn dispatch_later<J>(job: J, delay: Duration) -> Result<(), Error>
Expand description

Dispatch a job with a delay.

Note: In sync mode, the delay is ignored and the job executes immediately.