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.

Reply via email to