RxCombine icon indicating copy to clipboard operation
RxCombine copied to clipboard

Fixed RxSubscription strong reference cycle

Open theMishania opened this issue 2 years ago • 0 comments

Passing func of an objec as a closure results in reference to this object in this closure. Saving this closure in the object itself results in strong reference cycle. Object -> Closure -> Object

theMishania avatar Dec 11 '22 09:12 theMishania