Function wlc_with_elogind::event_loop::event_loop_add_timer [] [src]

pub fn event_loop_add_timer<T: TimerCallback>(callback: T) -> Timer

Created a registered Timer with a given Callback

Safety

Don't call this function on another thread, then the main thread.