Function tokio_js_set_interval::clear_interval[][src]

pub fn clear_interval(id: u64)
Expand description

Clears an interval that was created via set_interval!. You have to pass the unique numeric ID as parameter. Throws no error, if the ID is unknown.