From ab1082995347e65d95edffb69565578d07a1e0c6 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 29 Apr 2025 09:25:33 -0700 Subject: [PATCH] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index edca96a..7a8f19f 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,8 @@ Declare a type conforming to `Smuggled` and then use the static method `Notifica If you have `Sendable` contraband then all of this will work nicely with Swift 6 and complete concurrency checking. +This package pairs nicely with [AsyncMonitor](https://github.com/samsonjs/AsyncMonitor) for a complete notification handling system in the Swift 6 concurrency world. + ## Usage ### Define a smuggled payload