-
I need to store an https://github.com/haskell-works/effectful-zoo/pull/1/files#r1848260662 Is that possible? Either way, is it the best way for me to do what I'm trying to do? |
Beta Was this translation helpful? Give feedback.
Answered by
arybczak
Nov 20, 2024
Replies: 2 comments 3 replies
-
You want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it's for logging in multiple threads,
ConcUnlift Persistent Unlimited
seems like the best option, but generally I wouldn't do it this way and use existing library, eitherlog-effectful
orco-log-effectful
.It's
SeqForkUnlift
and thus only for a single thread.