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
Starting with typelevel/cats-effect#1393, cats-effect (just like other effect systems) has a way to propagate fiber-local state without ReaderT using FiberLocal[F, A].
Starting with typelevel/cats-effect#1393, cats-effect (just like other effect systems) has a way to propagate fiber-local state without
ReaderT
usingFiberLocal[F, A]
.Additionally, to encapsulate the common pattern of having essentially
ReaderT[F, Ref ...]
, @RaasAhsan has opened typelevel/cats-effect#1822.We should investigate how/if these could be used to get, say,
IO[Trace[IO]]
.The text was updated successfully, but these errors were encountered: