Re: Strange multithreading error

2021-10-29 Thread Ruby The Roobster via Digitalmars-d-learn
On Friday, 29 October 2021 at 23:32:38 UTC, Steven Schveighoffer wrote: On Friday, 29 October 2021 at 22:02:53 UTC, Ruby The Roobster wrote: I am currently writing a test program for a collision function, that involves multithreading so I can simultaneously check for collisions and move a skele

Re: Strange multithreading error

2021-10-29 Thread Steven Schveighoffer via Digitalmars-d-learn
On Friday, 29 October 2021 at 22:02:53 UTC, Ruby The Roobster wrote: I am currently writing a test program for a collision function, that involves multithreading so I can simultaneously check for collisions and move a skeleton at the same time. Because of this, I had to use ```shared``` object

Strange multithreading error

2021-10-29 Thread Ruby The Roobster via Digitalmars-d-learn
I am currently writing a test program for a collision function, that involves multithreading so I can simultaneously check for collisions and move a skeleton at the same time. Because of this, I had to use ```shared``` objects. The specific objects I was using were declared in a file called "