Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AsyncObservable.DeferAsync infinite recursion (#1979)
The DeferAsync methods are meant to just call into the equivalent Defer methods. (I don't know why we have both, but I'm guessing that DeferAsync might be useful in cases where you want the compiler to infer the delegate type. With just Defer, it might be unclear whether you mean the one where the factory returns an observable, or the one where the factory returns a value task that produces an observable.)
- Loading branch information