Did you enjoy this overview of Combine AnyCancellable? Would you like us to cover more Combine-related topics? Let us know in the comments 🚀
@HumbleHustle101 Жыл бұрын
Hi @v_pradeilles , Nice video. I want to know how can we mock "URLSession.shared.dataTaskPublisher" can you make a video about it?
@BABEENGINEER7 ай бұрын
We love seeing you and Donny pair program!
@larschristiansen31363 жыл бұрын
I liked the video, which explained the role of AnyCancellable very clearly end easy to understand. I would love to watch more on Combine. Especially a complementary on this one on how to use AnyCancellable. I noticed that Donny used it different ways. With .store(in: _) when in one place, and with .sink() in another. In one case cancelable = AnyCancellable? is an optional, in another cancelable = Set() is an initialized set of AnyCancellables.