Comment on Rama on Clojure's terms, and the magic of continuation-passing styleparentComments−moomin1yApparently Microsoft hold a patent on “yield!”, which makes it all the more frustrating that they haven’t included it in C#.−neonsunset1yIn F#, yield! is a computation expression, C#'s yield within methods that return IAsyncEnumerable<T> works more or less the same way.
Comments
Apparently Microsoft hold a patent on “yield!”, which makes it all the more frustrating that they haven’t included it in C#.
In F#, yield! is a computation expression, C#'s yield within methods that return IAsyncEnumerable<T> works more or less the same way.