|
|
|
|
|
by BSTRhino
215 days ago
|
|
It sounds like you are asking, if auto-incrementing IDs are assigned in parallel at runtime, then order of execution of the threads must affect which ID gets assigned to what, and that must make some interesting bugs? 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? |
|