How to deal with Tasks<Monad<T>>
types when you have multiple in a pipeline.
#761
Labels
to discuss
There are open points which need to be discussed
Example:
We have two functions which are asnyc because they get data asynchronosly, the second function needs the value of the first, a typcal sitation for SelectMany:
If the functions would not be async we could easily use the typical SelectMany pipelines, ideally we would have something like this:
or
The text was updated successfully, but these errors were encountered: