GenSpawnOps_

final class GenSpawnOps_[F[_], A] extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def both[B](another: F[B])(implicit F: GenSpawn[F, _]): F[(A, B)]
def race[B](another: F[B])(implicit F: GenSpawn[F, _]): F[Either[A, B]]