Tobytoby.hashnode.dev·May 10, 2024Combine - SchedulerScheduler란 무엇인가? Combine의 subscribe, cancel, 그리고 request operations. 을 어느 스레드에서 작동시킬지 결정하는 것을 말한다. Combine의 기본 Scheduler 기본적으로 Publisher을 작동시킨 Thread에 따른다. var publisher = PassthroughSubject<Int, Never>() publisher.sink { print(Thread.isMai...CombineAdd a thoughtful commentNo comments yetBe the first to start the conversation.