Subscribe<'Msg> Type
A function that sets up a subscription and returns a disposable for cleanup.
When the runtime calls this, it passes the dispatch function. The returned IDisposable will be called when the subscription is no longer needed.
A function that sets up a subscription and returns a disposable for cleanup.
When the runtime calls this, it passes the dispatch function. The returned IDisposable will be called when the subscription is no longer needed.