On question here:
Is it advisable to use DispatchQueues
and generally, to handle threads within the operators’ closures?
Or the use of Schedulers
is the only way to go?
On question here:
Is it advisable to use DispatchQueues
and generally, to handle threads within the operators’ closures?
Or the use of Schedulers
is the only way to go?
Generally you’d like to use the schedulers. The book uses Grand Central Dispatch sometimes in the code but only for the chapters before the reader learns about schedulers.
This topic was automatically closed after 166 days. New replies are no longer allowed.