Function lrs::syscall::exit

Terminates the thread.

Syntax

fn exit(val: i32) -> !

Arguments

NameDescription
val

The exit value of the thread.

See also