Skip to content

Commit

Permalink
Merge pull request #66 from andreydobrikov/patch-1
Browse files Browse the repository at this point in the history
Update README.md - Fixed typo
  • Loading branch information
neuecc authored Jan 13, 2022
2 parents bcb0218 + fb67e38 commit 19b19ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ public static ValueTask<TMessage> FirstAsync<TMessage>(this ISubscriber<TMessage

Also, the `Func<TMessage, bool>` overload can filter messages by predicate (internally implemented with PredicateFilter, where Order is int.MinValue and is always checked first).

`AsObservable` can convert message pipeline to `IObservable<T>`, it can handle by Reactive Extensions(in Unity, you can use `UniRx`). `AsObervable` exists in sync subscriber(keyless, keyed, buffered).
`AsObservable` can convert message pipeline to `IObservable<T>`, it can handle by Reactive Extensions(in Unity, you can use `UniRx`). `AsObservable` exists in sync subscriber(keyless, keyed, buffered).

`AsAsyncEnumerable` can convert message pipeline to `IAsyncEnumerable<T>`, it can handle by async LINQ and async foreach. `AsAsyncEnumerable` exists in async subscriber(keyless, keyed, buffered).

Expand Down

0 comments on commit 19b19ef

Please sign in to comment.