[RxSwift] Scheduler.1
Schedulers abstract away the mechanism for performing work. Schedulers는 작업 수행 메커니즘을 추상화합니다.추상화 하여 작업이 실행되는 위치(스레드, 큐 등)를 개발자가 명시적으로 선택할 수 있게 해줍니다.RxSwift에서는 스레드 작업을 쉽게 관리하고, 비동기 로직을 간단히 작성할 수 있도록 도와줍니다. Different mechanisms for performing work include the current thread, dispatch queues, operation queues, new threads, thread pools, and run loops. 작업을 수행하는 다양한 메커니즘은 다음과 같습니다:현재 스레드 (Current threa..
iOS/RxSwift
2024. 12. 12. 21:10