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
pub fn wait_until<M, S: IntoSystem<(), bool, M>>(
condition: S,
) -> AdapterSystem<UntilMarker, S::System>
Generates a coroutine system that waits until the given system returns true then breaks