DigitecGalaxus / Galaxus.Functional

A package bringing popular functional abstractions (e.g. Option or Result) to C#.
Other
37 stars 12 forks source link

Add async support for Either2.Match and Either3.Match #17

Closed alminsch closed 3 years ago

alminsch commented 3 years ago

We would like to have async support for matching either's to avoid blocking wait operations.

phkiener commented 3 years ago

Thanks a bunch! I just merged the PR and will release your contribution as version 3.4.0 in the next few days