Module bevy_asset::io::processor_gated
source · Structs§
- An
AssetReader
that will prevent asset (and asset metadata) read futures from returning for a given path until that path has been processed byAssetProcessor
. - An
AsyncRead
impl that will hold its asset’s transaction lock untilTransactionLockedReader
is dropped.