AsyncMonitor/Tests/AsyncMonitorTests
Sami Samhuri d2b4e0e382
Change the KVO monitoring API
Instead of having a values method that observes and monitors, break out
a values method that returns an AsyncStream and then a monitorValues
method that calls values(for: keyPath).monitor. That method is kind of
superfluous, not sure if it's good to keep it or not.
2025-04-26 17:47:12 -07:00
..
AnyAsyncCancellableTests.swift Change the KVO monitoring API 2025-04-26 17:47:12 -07:00
AsyncCancellableTests.swift Change the KVO monitoring API 2025-04-26 17:47:12 -07:00
AsyncMonitorTests.swift Flesh out the readme and add more tests 2025-04-26 13:32:38 -07:00
AsyncSequence+Just.swift Flesh out the readme and add more tests 2025-04-26 13:32:38 -07:00
NSObject+AsyncKVOTests.swift Change the KVO monitoring API 2025-04-26 17:47:12 -07:00
ReadmeExamples.swift Change the KVO monitoring API 2025-04-26 17:47:12 -07:00
TestCancellable.swift Flesh out the readme and add more tests 2025-04-26 13:32:38 -07:00