Skip to content
Bradley Grainger edited this page Dec 28, 2018 · 1 revision

UntilCanceled() may only be used in methods that return IEnumerable<AsyncAction>.

AsyncEnumerableUtility.UntilCanceled() (with no arguments) implicitly uses AsyncWorkItem.Current.

See FL0001 for a description of the underlying problem and the suggested fixes (which are applicable here).

Clone this wiki locally