Publishers.CombineLatest
A publisher that receives and combines the latest elements from two publishers.
Declaration
struct CombineLatest<A, B> where A : Publisher, B : Publisher, A.Failure == B.FailureA publisher that receives and combines the latest elements from two publishers.
struct CombineLatest<A, B> where A : Publisher, B : Publisher, A.Failure == B.Failure