race method

ZIO<R, E, A> race(
  1. ZIO<R, E, A> other
)

Implementation

ZIO<R, E, A> race(ZIO<R, E, A> other) => ZIO.raceAll([this, other]);