It seems Release-Acquire ordering is enough in most cases, so is there any real-life examples where you can only use memory_order_seq_cst?(and Ordering::SeqCst
, because rust shares same memory order with C++)
I've searched some common multi thread data structures, and none of them using memory_order_seq_cst.