Function simics::api::simulator::callbacks::realtime_event

source ·
pub 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,
Expand description

§Context

Cell Context