We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Send+Sync
ParallelSystemContainer
1 parent 7d55414 commit 433da89Copy full SHA for 433da89
crates/bevy_ecs/src/schedule/system_container.rs
@@ -117,9 +117,6 @@ pub struct ParallelSystemContainer {
117
ambiguity_sets: Vec<BoxedAmbiguitySetLabel>,
118
}
119
120
-unsafe impl Send for ParallelSystemContainer {}
121
-unsafe impl Sync for ParallelSystemContainer {}
122
-
123
impl ParallelSystemContainer {
124
pub(crate) fn from_descriptor(descriptor: ParallelSystemDescriptor) -> Self {
125
ParallelSystemContainer {
0 commit comments