Struct librsnek::system::Pthread [] [src]

pub struct Pthread<'a> {
    pub func: MainFnRef<'a>,
}

Regular system thread

Fields

Trait Implementations

impl<'a> Thread<'a> for Pthread<'a>
[src]

Do the necessary things in order to initialize the thread

Start the execution of the thread