# 경합이 끼는 자리 # Question: 동시 회전 둘이 겹치면 무엇이 사라지는가? direction: right n0: "동시 회전 둘" { shape: rectangle } n1: "공유 상태" { shape: rectangle } n2: "덮인 세대" { shape: rectangle } n0 -> n1: "같은 previous 읽기" n0 -> n1: "나중 set 이 덮음" n1 -> n2: "등록 없이 사라짐"