neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.01k stars 895 forks source link

AsyncReactiveCommand does not implement IDisposable. #499

Open UltraNamahage opened 2 years ago

UltraNamahage commented 2 years ago

ReactiveCommand has IDisposable, but AsyncReactiveCommand does not. Or is AsyncReactiveCommand.Dispose() less necessary to use?

Thank you.