Subscribing to multiple AsyncSequences with task groups
We have existing Combine-based code that subscribes to two Notification publishers: import Combine
We have existing Combine-based code that subscribes to two Notification publishers: import Combine
Pol wisely reminds us to not forget to cancel long-running AsyncSequence observations, on X or BlueSky.: // SearchViewModel will be leaked @Observable @Main...