- Home /
Question by
Arcidus · Feb 21, 2019 at 06:22 PM ·
collections
What does ".Concurrent" do, in NativeQueue.Concurrent?
I am looking at how SpaceShooterECS_Project works and I can't figure out what ".Concurrent" does.
Comment
Answer by Arcidus · Feb 22, 2019 at 06:46 AM
"The NativeHashMap.Concurrent method lets you add items in parallel from IJobParallelFor."
I found this in the ECS Docs. So I guess its the same for NativeQueue. I'm not that sure about it though.