Files
oak-gpui/crates/gpui/src
laizy 70b0c4d63d gpui: Replace Mutex with RefCell for SubscriberSet (#30907)
`SubscriberSet` is `!Send` and `!Sync` because the `active` field of
`Subscriber` is `Rc`.

Release Notes:

- N/A
2025-05-19 11:08:04 +02:00
..
2025-05-16 14:14:42 +00:00
2025-05-05 17:05:48 -04:00
2025-02-11 19:18:54 +00:00