trace4cats.stackdriver.util

Type members

Classlikes

final class RefreshableEffect[F[_], A]

Represents a value of type A with effects in F which is refreshed.

Represents a value of type A with effects in F which is refreshed.

Refreshing can be cancelled by evaluating cancelToken.

Implementation is backed by a cats-effect Ref so evaluating the value is fast.

Companion:
object
Companion:
class