⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
Module task_ptr
veridian_
kernel
0.25.2
Module task_
ptr
Module Items
Structs
In veridian_
kernel::
sched
veridian_kernel
::
sched
Module
task_
ptr
Copy item path
Source
Expand description
Safe wrapper for task pointers
Structs
§
TaskPtr
A wrapper around NonNull
that implements Send and Sync