Function enable

Source
pub unsafe fn enable()
Expand description

Enable preemption for the current thread.

§Safety

Preemption must not currently be enabled for any other threads in the current process.