# admit 의 검사 순서 # Question: admit 은 어떤 순서로 검사하는가? direction: right n0: "payload 검사" { shape: rectangle } n1: "종료 여부" { shape: rectangle } n2: "목적지 슬롯" { shape: rectangle } n3: "전역 semaphore" { shape: rectangle } n0 -> n1: "통과" n1 -> n2: "통과" n2 -> n3: "통과"