Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Feb 16, 2024
1 parent 4bc2a2a commit 9c1a45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,7 @@ Class/Method name changes from dotnet/reactive and neuecc/UniRx
* Return single value methods -> `***Async`
* `ObjectPool` in UniRx -> use [UniTask](https://github.com/Cysharp/UniTask) and make yourself
* MessageBroker in UniRx -> [MessagePipe](https://github.com/Cysharp/MessagePipe)
* Logger in UniRx -> [ZLogger](https://github.com/Cysharp/ZLogger/)
Similar to `IObservable<T>`, if you want to stop the stream when an `OnErrorResume` occurs, you connect `OnErrorResumeAsFailure` in the method chain.

Expand Down

0 comments on commit 9c1a45b

Please sign in to comment.