|
Post by nathanmyersc on Apr 2, 2024 23:29:16 GMT
for(int i = 0; i < INTENTPROCESSORTHREADCOUNT;++i) {
std::jthread intentProcessor(&stringMemoryAllocation, intention,i); intentProcessor.detach();
}
the threads SURVIVE beyond the loop its insane.
|
|
|
Post by AnthroHeart on Apr 2, 2024 23:41:25 GMT
That's cool. I don't remember if I did multithreading in the Repeater MAX.
|
|