Converts from F[A] to Coeval[A], preserving referential
transparency if F[_] is a pure data type and preserving
interruptibility if the source is cancelable.
Converts from F[A] to Coeval[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 Coeval.
Sample:
This is an alternative to usage of
cats.effect.Effectwhere the internals are specialized toCoevalanyway, like for example the implementation ofmonix.reactive.Observable.