Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace[IO] #296

Closed
kubukoz opened this issue Mar 26, 2021 · 2 comments
Closed

Trace[IO] #296

kubukoz opened this issue Mar 26, 2021 · 2 comments

Comments

@kubukoz
Copy link
Member

kubukoz commented Mar 26, 2021

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].

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]].

@tpolecat
Copy link
Member

Yeah we should be able to go from EntryPoint to Trace[IO]. I'll hack that up.

@kubukoz
Copy link
Member Author

kubukoz commented Oct 13, 2021

I think it's already done. Thanks!

@kubukoz kubukoz closed this as completed Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants