Skip to main content

thread_exit

Function thread_exit 

Source
pub fn thread_exit(code: i32) -> !
Expand description

Exit the current thread with code.

This function never returns.