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

Latest commit

 

History

History
9 lines (5 loc) · 837 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 837 Bytes

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!