Swift Combine Cancel Publishers Without AnyCancellable – Ios swift
I have my networking library based on Combine. Anywhere in my app I can make a request and the networking library returns a publisher, it doesn't have access to the AnyCancellable that is created that actually triggers the pipeline. What…