resumables

  1. LucaMs

    Android Question [Solved] Waiting for two or more Resumable routines to complete

    obj.AnimationX ' <--- with some Sleeps inside (also, it would be "nice" if the class had also an AnimationCompleted event) ' The next line must be executed without waiting for the end of the animation. Wait For (DifferentObject.DoSomething) Complete(Unused As Boolean) How to do it?
Top