Function re_viewer::wake_up_ui_thread_on_each_msg
source · pub fn wake_up_ui_thread_on_each_msg<T: Send + 'static>(
rx: Receiver<T>,
ctx: Context
) -> Receiver<T>
Expand description
This wakes up the ui thread each time we receive a new message.