Skip to main content

current_atomisation_depth

Function current_atomisation_depth 

Source
pub fn current_atomisation_depth() -> u32
Expand description

Read the current thread’s atomisation-pass recursion depth. Returns 0 outside any active atomiser call (production callers); returns N while the N-th nested atomise is in flight on this thread.