Returns the available instance for F.
Converts from any Future-like type, via monix.catnap.FutureLift.
Converts from any Future-like type, via monix.catnap.FutureLift.
Converts monix.execution.CancelablePromise to Task.
Converts to Task from Coeval.
Converts to Task from cats.Comonad values.
Converts to Task from cats.Comonad values.
Converts to Task from
cats.effect.ConcurrentEffect.
Converts to Task from
cats.effect.ConcurrentEffect.
Converts to Task from
cats.effect.Async.
Converts to Task from
cats.effect.Async.
Converts a Scala Either to a Task.
Converts to Task from cats.effect.Eval.
Converts Function0 (parameter-less function, also called
thunks) to Task.
Converts to Task from scala.concurrent.Future.
Converts to Task from
cats.effect.IO.
Converts to Task from a cats.effect.SyncIO.
Instance for Task, returning same reference.
Converts scala.util.Try to Task.