File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,14 @@ You can then fetch attempt to retrieve from the cache at a later time using the
3333### ⛓️ Extensions
3434A collection of useful extensions that I freqeuntly implement across multiple projects.
3535
36+ ### ⚡️ Fuse
37+ A collection of useful Combine nibbles.
38+
39+ - A variety of helpful sinks that allow for easier less verbose interactions with Combine publishers.
40+ - A variety of helpful sinks that automatically cleanup after themselves by using a ` DisposableBag ` .
41+ - ` BuffableAsyncPublisher ` and ` BuffableAsyncThrowingPublisher ` which both expose a ` values(bufferingStrategy:) ` on ` Publisher `
42+ - This is a more configurable and powerful version of ` values ` in Combine that allows converting Combine to an async/await syntax.
43+
3644### 🕸️ HTTPNetworking
3745A client that creates and manages requests over the network.
3846
You can’t perform that action at this time.
0 commit comments