Function wait_until

Source
pub fn wait_until<M, S: IntoSystem<(), bool, M>>(
    condition: S,
) -> AdapterSystem<UntilMarker, S::System>
Expand description

Generates a coroutine system that waits until the given system returns true then breaks