Hi,
I saw that someone mentioned setTimeout workarounds. Where are these used.
Using setTimeout is basically JS only way of using threading. By the way
that is how to kill objects. You write a static method that kills the
object. Then in the objects own destroy code you add a setTimeout to that
static function.
|