⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

set_current_task

Function set_current_task 

Source
pub unsafe fn set_current_task(task: *mut Task)
Expand description

Set current task (for testing)

§Safety

The caller must ensure that the task pointer is valid and properly initialized