pub trait CurrentThreadExt {
    fn exit_linux(&self, exit_code: i32);
}
Expand description

CurrentThread extension for linux

Required Methods

exit linux thread

Implementations on Foreign Types

Exit current thread for Linux.

Implementors