bevy/crates/bevy_asset/src/server
andriyDev 60a9a81602
Fix potential deadlock in AssetServer on single-threaded modes. (#15808)
# Objective

Fixes #15807 

## Solution

We move the guard into this function.

## Testing

N/A, This is just reverting to the old behavior before #15509.
2024-10-11 16:42:07 +00:00
..
info.rs Remove thiserror from bevy_asset (#15778) 2024-10-09 14:30:46 +00:00
loaders.rs Remove thiserror from bevy_asset (#15778) 2024-10-09 14:30:46 +00:00
mod.rs Fix potential deadlock in AssetServer on single-threaded modes. (#15808) 2024-10-11 16:42:07 +00:00