ThreadPinGuard

Type Alias ThreadPinGuard 

Source
pub type ThreadPinGuard = InterruptGuard;
Expand description

A RAII implementation of the thread pinning.

Aliased Typeยง

pub struct ThreadPinGuard { /* private fields */ }