Skip to content

3.4.0

Choose a tag to compare

@phkiener phkiener released this 27 Jun 13:36
· 17 commits to master since this release

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.