Struct librsnek::system::GreenThread [] [src]

pub struct GreenThread<'a> {
    pub func: SharedMainFnRef<'a>,
}

Wrapper around a sharable function pointer that can be used as the

Fields

Trait Implementations

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

Do the necessary things in order to initialize the thread

Note: Since Runtime doesn't implement Sync or Send