polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Make `ChorusUser` `Send` #423

Closed bitfl0wer closed 1 year ago

bitfl0wer commented 1 year ago

Replace belongs_to: Rc<RefCell<Instance>> with Arc<RwLock<Instance>> to make ChorusUser Send