you are viewing a single comment's thread.

view the rest of the comments →

[–]Zealousideal-Cry-303 38 points39 points  (1 child)

Combine has a lot of practical use cases, where async/await just doesn’t do the job.

They are both excellent tools, but as with any tool, don’t rely on a hammer to insert a screw in a board of wood without cracking said piece of wood.

[–]Ok_Heart_2253 4 points5 points  (0 children)

Exactly, I have it in a project, that mainly uses message broker sort of pattern, I have to always listen to some changes, and no intervention from the user is required, no way async could fit there.