bevy/crates/bevy_ecs/src/schedule
Jakob Hellermann 5b5660ea08 remove unnecessary unsafe impl of Send+Sync for ParallelSystemContainer (#5137)
`ParallelSystemContainer` has no `!Send` or `!Sync` fields, so it doesn't need unsafe impls of these traits.
2022-06-29 15:44:33 +00:00
..
executor_parallel.rs Add global init and get accessors for all newtyped TaskPools (#2250) 2022-06-09 02:43:24 +00:00
executor.rs Make System responsible for updating its own archetypes (#4115) 2022-04-07 20:50:43 +00:00
graph_utils.rs Fix some nightly clippy lints (#2522) 2021-07-29 19:36:39 -07:00
label.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
mod.rs Make RunOnce a non-manual System impl (#3922) 2022-05-04 18:41:37 +00:00
run_criteria.rs Make RunOnce a non-manual System impl (#3922) 2022-05-04 18:41:37 +00:00
stage.rs Derive default on ReportExecutionOrderAmbiguities (#4873) 2022-05-31 15:54:38 +00:00
state.rs Bugfix State::set transition condition infinite loop (#4890) 2022-06-12 19:34:26 +00:00
system_container.rs remove unnecessary unsafe impl of Send+Sync for ParallelSystemContainer (#5137) 2022-06-29 15:44:33 +00:00
system_descriptor.rs Auto-label function systems with SystemTypeIdLabel (#4224) 2022-03-23 22:53:56 +00:00
system_set.rs SystemSet::before and after: take AsSystemLabel (#4503) 2022-04-23 06:03:50 +00:00