Add async support for TransformMany
There is an async version TransformAsync() accepting a Task<T> as return value. Similarly there should be an async version for TransformMany() to achieve the same with collections.
Is there an actual workaround to get this working?
Ideally, this should be implemented
Closed by the mentioned PR
Sorry but that PR does not address this. I was just being too chatty and mentioned what other issues I was considering addressing. My apologies. I will create a PR to address this when I've finished the others.
@JunkyXL86 Please note that TransformManyAsync and TransformManySafeAsync where implemented by #824. Thanks for the idea. Please let us know if you have any others.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.