-
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.
Replies: 2 comments 3 replies
-
You want to use |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
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.