pub fn dummy_system_wait_millis<const MILLIS: u64>(
    state: Local<'_, Option<Instant>>
) -> HiddenProgress
Expand description

Dummy system to wait for a time duration

May be useful for testing/debug/workaround purposes.