Scott Lamb 06f942582c update cursive
`cursive` now requires `Send + Sync` bounds, so I had to switch from
`Rc<RefCell<...>>` to `Arc<Mutex<...>>`. I also coalesced some
lock calls together, hopefully without introducing any deadlocks.
I don't see any calls into the UI that would need the model while these
are held, and it seemed fine in a quick test.
2024-08-24 13:13:52 -07:00
..
2024-08-23 21:37:21 -07:00
2024-08-23 21:37:21 -07:00
2024-08-24 13:13:52 -07:00
2024-06-01 06:00:28 -07:00
2024-08-24 13:13:52 -07:00
2024-08-24 13:13:52 -07:00
2023-10-18 21:55:47 -07:00