Converts from F[A] to Task[A], preserving referential
transparency if F[_] is a pure data type and preserving
interruptibility if the source is cancelable.
Converts from F[A] to Task[A], preserving referential
transparency if F[_] is a pure data type and preserving
interruptibility if the source is cancelable.
A lawless type class that provides conversions to Task.
Sample:
This is an alternative to usage of
cats.effect.Effectwhere the internals are specialized toTaskanyway, like for example the implementation ofmonix.reactive.Observable.