Does anyone know if the a!save operations in a saveInto always happen in order f

Does anyone know if the a!save operations in a saveInto always happen in order from top to bottom? I am wondering if there is a possibility that the a!save operations would not go in order, perhaps because of a race condition with the underlying threading....

OriginalPostID-132842

OriginalPostID-132842

  Discussion posts and replies are publicly visible

Parents
  • I know for output on nodes its a race condition. But I have built quite a bit of SAIL where the saveInto order matters completely to the logic of the SAIL code and it usually works fine. I recently experienced an issue and looking at my code, the only thing I could figure out is that the saveInto order may be a race condition that almost always follows order but occasionally does not.
Reply
  • I know for output on nodes its a race condition. But I have built quite a bit of SAIL where the saveInto order matters completely to the logic of the SAIL code and it usually works fine. I recently experienced an issue and looking at my code, the only thing I could figure out is that the saveInto order may be a race condition that almost always follows order but occasionally does not.
Children
No Data