pub fn current_thread(
pin: &CpuPin<'_>,
) -> Result<NonNull<CurrentThreadHeader>, CpuLocalError>Expand description
Returns the pinned current-thread header after checking both sources.
pub fn current_thread(
pin: &CpuPin<'_>,
) -> Result<NonNull<CurrentThreadHeader>, CpuLocalError>Returns the pinned current-thread header after checking both sources.