3.4.0
Another two improvements for Either<A, B> and Either<A, B, C>: Match now has an async variant that allows any of the delegates to be a function returning a task - which is something Result<TOk, TErr> has supported for a long time now.
Another two improvements for Either<A, B> and Either<A, B, C>: Match now has an async variant that allows any of the delegates to be a function returning a task - which is something Result<TOk, TErr> has supported for a long time now.