Skip to main content

exit_group

Function exit_group 

Source
pub fn exit_group(code: usize) -> !
Expand description

Terminate all threads in the current thread group with the given exit code.

This function never returns.