forXifLess / LinkNavigator

🌊 Easy & Powerful navigation library in SwiftUI
Other
397 stars 29 forks source link

Typo, Scheduler #28

Closed insub4067 closed 1 year ago

insub4067 commented 1 year ago

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.