HTML5 deployment: progress comes into sight

Mark Wieder ahsoftware at sonic.net
Sat Jun 3 22:04:53 EDT 2017


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
  ahsoftware at gmail.com




More information about the use-livecode mailing list