Experimental Thread API.
Note that the debugger does not properly support threads at the moment.
Static methods
staticdelay(f:Float):Void
Suspends the execution of the calling thread for f seconds. The other program
threads continue to run during this time.