We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
started
1 parent ddd8634 commit efa0bcbCopy full SHA for efa0bcb
crates/bevy_asset/src/processor/mod.rs
@@ -124,7 +124,7 @@ pub(crate) struct ProcessingState {
124
/// A bool indicating whether the processor has started or not.
125
///
126
/// This is different from `state` since `state` is async, and we only assign to it once, so we
127
- /// should ~never block on it.
+ /// should almost never block on it (and only for a few cycles).
128
// TODO: Remove this once the processor can process new asset sources.
129
pub(crate) started: RwLock<bool>,
130
/// The overall state of processing.
0 commit comments