Function itron_solid_asp3::task::exit[][src]

pub unsafe fn exit() -> Error<ExitError>
This is supported on crate feature unstable only.
Expand description

ext_tsk: Terminate the current task.

This function will not return if it succeeds.

Safety

If the task’s stack is reused later, stored local variables are destroyed without running their destructors, violating the pinning requirements.