UniRx
UniRx copied to clipboard
AsyncReactiveCommand does not implement IDisposable.
ReactiveCommand has IDisposable, but AsyncReactiveCommand does not. Or is AsyncReactiveCommand<T>.Dispose() less necessary to use?
Thank you.