|
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? |
Answered by
arybczak
Nov 20, 2024
Replies: 2 comments 3 replies
|
You want to use |
3 replies
|
Thanks! |
0 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 Unlimitedseems like the best option, but generally I wouldn't do it this way and use existing library, eitherlog-effectfulorco-log-effectful.It's
SeqForkUnliftand thus only for a single thread.