[][src]Trait webrender::ThreadListener

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

Required methods

fn thread_started(&self, thread_name: &str)

fn thread_stopped(&self, thread_name: &str)

Loading content...

Implementors

Loading content...