Files
oak-gpui/crates/gpui/src
Antonio Scandurra 659423a4a1 Use Mutex instead of a RefCell to acquire/release instance buffers (#7291)
This fixes a panic happening when releasing an instance buffer.
Releasing the buffer happens on a different thread but the borrow
checker was not catching it because the metal buffer completion handler
API doesn't have a `Send` marker on it.

Release Notes:

- N/A
2024-02-02 09:53:07 -07:00
..
2024-01-30 14:08:20 -05:00
2024-01-22 19:33:45 -08:00
2024-01-22 19:33:45 -08:00
2024-01-30 14:08:20 -05:00
2024-01-21 14:26:45 -08:00
2024-01-22 19:30:40 -08:00
2024-01-30 14:08:20 -05:00
2024-01-21 14:26:45 -08:00
2024-01-31 15:46:24 -07:00
2024-01-21 14:26:45 -08:00
2024-01-23 23:20:05 -05:00
2024-01-22 19:31:31 -08:00