How can I define a shared, gcsafe mutable variable to use between threads with --gc:arc? I'm thinking about a construct like Rust's Arc<_> and using it with threadpool.
- Shared memory with ARC llamas2
- Shared memory with ARC planetis
- Shared memory with ARC mratsim
- Shared memory with ARC elcritch