As every haXe developer knows, you could use haxe.Timer.delayed() to delay function call for some time. But this function doesn't exist for neko at all. Is there a way to achieve the same results?
|
|
Yes I don't know anything except for what you mention in your first answer. On Linux you can use SIGALARM - but this doesn't look trivial, 100% pure C code, and needs to be handled with great care to avoid crashing the VM. |
||
|
|
|
|
Have to check it first but
might be the closest thing possible. The only cons is that application becomes multi threaded which could lead to serious problems. |
||
|
|
