Macro preemption_point

Source
macro_rules! preemption_point {
    () => { ... };
}
Expand description

Cooperative preemption points - insert these in long-running code