On 06/03/2017 06:38 PM, Sannyasin Brahmanathaswami via use-livecode wrote:

Fascinating solution for X no of use cases, where you don't really need *now* , but where 
what you really only need is to know "exactly when and what" happened, even if 
slightly (typically, milliseconds) after the whole series events/statements finish

Also for pseudo-parallel processing:

if you have three asynchronous processes that need to finish before you can move past a certain point in a script, you can set three flag variables to false, then set each individually to true in its callback handler, and loop on those three variables until they're all true or you reach a timeout.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to