Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

CombineExtensions/CxDisposeBag

Repository files navigation

CxDisposeBag

A µFramework to retain Cancellable objects.

Build Status swift-package-manager platforms swift-version license

Working with Combine is great, but I'm not a big fan of having to assign a Cancellable to a variable just to keep it around.

When this was written, I was unaware of AnyCancellable's store(in:) method. Which, makes this library pretty pointless! Don't use it!