수정사항 1 : typo: Archecture -> Architecture
수정사항 2 : MVI modelChangePublisher scheduler 를 RunLoop.main -> DispatchQueue.main 변경
Why
한글: RunLoop.main 사용시 스크롤등의 이벤트 발생중에는 다른 이벤트가 수신되지 못함으로 수정합니다.
English: When using RunLoop.main, while UI update is using Main Thread such as scrolling, other events are not able to receive immediately.
Changes
수정사항 1 : typo: Archecture -> Architecture 수정사항 2 : MVI modelChangePublisher scheduler 를 RunLoop.main -> DispatchQueue.main 변경
Why
한글: RunLoop.main 사용시 스크롤등의 이벤트 발생중에는 다른 이벤트가 수신되지 못함으로 수정합니다. English: When using RunLoop.main, while UI update is using Main Thread such as scrolling, other events are not able to receive immediately.