Feature request
In ReactiveCocoa there is an ability to subscribe to object selector's trigger like
navigationController?.reactive
.trigger(for: #selector(UINavigationController.popViewController))
.producer.observe(on: UIScheduler()).startWithValues { ... }
I think this feature is very useful and it would be great if Combine had this ability too 🙏