louthy / language-ext

C# functional language extensions - a base class library for functional programming
MIT License
6.42k stars 416 forks source link

Fix issue where TraverseSerial() would eagerly start EitherAsync tasks #1333

Closed Liversage closed 4 months ago

Liversage commented 4 months ago

The TraverseSerial() method no longer prematurely starts EitherAsync tasks in a lazy Seq when preallocating an array for the result.