AltErgoLib.MyUnixSourceUnix wrapper
This module defines some wrappers around Unix function, in order to more easily maintain compatibility when compiling to javascript.
Returns the current time. *
Set a timeout, using Unix timers. If is_gui then the timer raises Unix.interval_timer.ITIMER_REAL, else raises Unix.interval_timer.ITIMER_VIRTUAL. No-op on javascript.
Unset the previously set timer.