cats-effect
cats-effect copied to clipboard
Toss a comment on the "alley `Eq`" used to test `IOPar`
trafficstars
It has to be error- and cancelation-oblivious because these are the cases in which both degrades to race. In the happy path, where both sides succeed (or only one side errors), the behavior is deterministic and testable.