# 동기화가 걸린 곳과 아닌 곳 # Question: 어느 쓰기가 동기화로 보호되는가? direction: right n0: "쓰기 요청" { shape: rectangle } n1: "GrpcSerializedStreamWriter" { shape: rectangle } n2: "완료 조정자의 pending" { shape: rectangle } n0 -> n1: "직렬화 쓰기" n0 -> n2: "보호 없는 쓰기"