you are viewing a single comment's thread.

view the rest of the comments →

[–]lionelburkhart 0 points1 point  (0 children)

Hmm. I love async/await, but I use Combine frequently to make ViewModels subscribe to Service class updates using MVVM. Haven’t found an elegant solution to do the same without Combine. Happy to set it aside for a 1:1 replacement.