- 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.