Trait epi::RepaintSignal[][src]

pub trait RepaintSignal: Send + Sync {
    fn request_repaint(&self);
}

How to signal the egui integration that a repaint is required.

Required methods

fn request_repaint(&self)[src]

This signals the egui integration that a repaint is required. This is meant to be called when a background process finishes in an async context and/or background thread.

Loading content...

Implementors

Loading content...