monix/monix-bio

Add BIO.parSequence and BIO.parTraverse aliases

Avasil opened this issue · 2 comments

BIO.parSequence = BIO.gather
BIO.parTraverse = BIO.wander

Follow monix/monix#1130 to be consistent

I'll take this one :-).