parallel

hxl.instances$.parallel$
object parallel

A parallel instance for Hxl a bit of a footgun since (P: Parallel[F, Hxl]).monad: Monad[Hxl[F, *]], which can have very unfortunate consequences if you're not careful.

import hxl.instances.parallel._

Attributes

Source
Hxl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
parallel.type

Members list

Implicits

Implicits

implicit def parallelForHxl[F[_]](implicit P: Parallel[F]): Parallel[[_] =>> Hxl[F, _$70]]

Attributes

Source
Hxl.scala