mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
1243: Force-drop the token before calling fire_map_callbacks r=kvark a=kvark **Connections** Related to WebGPU update in Gecko **Description** Since the token was alive, technically, we saw an assertion firing up about concurrent access to the token root. **Testing** Tested in Gecko Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>