pub fn run_system_cached<M, S>(system: S) -> impl Command<Result>
Expand description
A Command
that runs the given system,
caching its SystemId
in a CachedSystemId
resource.
pub fn run_system_cached<M, S>(system: S) -> impl Command<Result>
A Command
that runs the given system,
caching its SystemId
in a CachedSystemId
resource.