Replacing Combine with Async/Await in SwiftUI using a HotSignal Class

Replacing Combine with Async/Await in SwiftUI using a HotSignal Class

The HotSignal class is a custom wrapper designed to expose a sequence of events using Swift’s Async/Await features. This class provides an alternative to NotificationCenter, allowing for a more streamlined and intuitive solution.