[2.2.9] Thank you: singleThreaded app, driver

  • A new app/driver attribute singleThreaded (true/false). Setting it to true ensure that only one app/driver method runs at a time, and state saved at the end of each method is fully updated for the next one.

Thank you for this feature. This will help me tremendously in dealing with some race conditions I run in to with some of my custom-developed stuff.

4 Likes

Ok, I'm a dummy. How do I implement this?

Add it to the definition section of your app.

Yes, thank you. I guess all my definition's have been copy/paste from someone else's thus far. :slight_smile:

1 Like