A fun pathological case would be something like: ```rust x.fetch_update( Ordering::SeqCst, Ordering::SeqCst, |_| { xtensa::asm::wfi(); None }); ```