Skip to content

Commit 2009af9

Browse files
committed
📚 Update README.md to reflect Fuse.
1 parent 93f3efe commit 2009af9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ You can then fetch attempt to retrieve from the cache at a later time using the
3333
### ⛓️ Extensions
3434
A 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
3745
A client that creates and manages requests over the network.
3846

0 commit comments

Comments
 (0)