Skip to main content

exit_child_task

Function exit_child_task 

Source
pub fn exit_child_task() -> !
Expand description

Exits the calling child task.

This function terminates the currently running child task and does not return. It must not be called from an Application’s Main Task.