You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code that demands an implicit cats.effect.Spawn[F] (or a descendant) and also cats.Parallel[F] could be rewritten to demand only the Spawn[F] with an import cats.effect.instances.spawn._.
The text was updated successfully, but these errors were encountered:
Code that demands an implicit
cats.effect.Spawn[F]
(or a descendant) and alsocats.Parallel[F]
could be rewritten to demand only theSpawn[F]
with animport cats.effect.instances.spawn._
.The text was updated successfully, but these errors were encountered: