Skip to content

Commit 77130ba

Browse files
authored
Update Readme.md
1 parent d2b4e0e commit 77130ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AsyncMonitor is a Swift library that provides a simple and easy-to-use way to ma
1010

1111
It uses a Swift `Task` to ensure that all resources are properly cleaned up when the `AsyncMonitor` is cancelled or deallocated.
1212

13-
That's it. It's pretty trivial. I just got tired of writing it over and over, mainly for notifications. You still have to map your `Notification`s to something sendable.
13+
That's it. It's pretty trivial. I just got tired of writing it over and over, mainly for notifications. You still have to map your `Notification`s to something sendable, which brings me to another point. This package pairs nicely with [NotificationSmuggler](https://github.com/samsonjs/NotificationSmuggler) for a complete notification handling system in the Swift 6 concurrency world.
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)