[haXe] Timer problem

Nicolas Cannasse ncannasse at motion-twin.com
Mon Jul 2 09:24:44 CEST 2007


> Hi List,
> seems like there's a problem with Timer.
> 
> I've done that:
> 
> trace("Starting server");
> t = new Timer(1000);
> t.run= function () { trace("Timer!"); };
> s.run("localhost",8563);
> trace("Server exiting");
> 
> It seems that the timer never triggers (I never get a trace from it)

haxe.Timer is not supposed to work in Neko, I'll disable its access in 
next haXe release.

Nicolas



More information about the Haxe mailing list