Jérémie Chassaing
Jérémie Chassaing
This time, the documentation is run with `dotnet fsi generate.fsx` for real !
This is a proposition for a FoldStreamAsync method on the .net client. The goal is to make it easy to both fold the stream and get the last event number....
This is a proposition of implementation of a valuetask computation expression. A explained in https://github.com/fsharp/fslang-suggestions/issues/1244 : The advantages of making this adjustment to F# are: More efficient and faster code...
I propose we implement a valuetask computation expression in a similar way it has been done for task. The existing way of approaching this problem in F# is to use...