fn _realtime_event<F, S>( delay_ms: u32, callback: F, run_in_thread: bool, description: S, ) -> Result<i64>where S: AsRef<str>, F: FnOnce() + 'static,
Cell Context