parent
bd0c74644f
commit
0944499f90
@ -59,7 +59,7 @@ pub struct OneHundredThings([Handle<Gltf>; 100]);
|
||||
///
|
||||
/// For sync only the easiest implementation is
|
||||
/// [`Arc<()>`] and use [`Arc::strong_count`] for completion.
|
||||
/// [`Arc<Atomic*>`] is a more robust alternative.
|
||||
/// [`Arc<Atomic>`] is a more robust alternative.
|
||||
#[derive(Debug, Resource, Deref)]
|
||||
pub struct AssetBarrier(Arc<AssetBarrierInner>);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user