pub fn current_atomisation_depth() -> u32Expand 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.