We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c6623 commit b899984Copy full SHA for b899984
readme.md
@@ -69,6 +69,13 @@ void OnItemShipped(ItemShipped e) => // Refresh item status
69
public void Dispose() => subscription.Dispose();
70
```
71
72
+In addition to event producers just invoking `Notify`, they can also be
73
+implemented as `IObservable<TEvent>` directly, which is useful when the
74
+producer is itself an observable sequence.
75
+
76
+Both features integrate seamlessly and leverage all the power of
77
+[Reactive Extensions](https://github.com/dotnet/reactive).
78
79
80
## Commands
81
0 commit comments