Function
lrs
::
syscall
::
exit
Terminates the thread.
Syntax
fn exit(val: i32) -> !
Arguments
Name
Description
val
The exit value of the thread.
See also
exit(2)