Trait ThreadListener
azul_webrender
pub trait ThreadListener { fn thread_started(&self, thread_name: &str); fn thread_stopped(&self, thread_name: &str); }
fn thread_started(&self, thread_name: &str)
fn thread_stopped(&self, thread_name: &str)