enable

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.