|
|
|
|
|
by svieira
215 days ago
|
|
Ah, so you don't do parallel with implicit IDs right now, I'm guessing. Or you do, but it has some interesting bugs as the IDs shift around? Or the scope of the auto-incrementing number is lower than "the entire program" so parallel works? |
|
The IDs are assigned at compile time by the Easel compiler. So they don’t change in any way at runtime. Does that answer your question?