Anyone know whey a wait() function is not provided in JS? Or why the
function name passed to setTimeout() is a string? That's a real pain in
the neck for me in my application.
What would be really nice would be wait(semaphore) matched by
event(semaphore ), such that setting the event cancelled the wait.
-- tim
function name passed to setTimeout() is a string? That's a real pain in
the neck for me in my application.
What would be really nice would be wait(semaphore) matched by
event(semaphore ), such that setting the event cancelled the wait.
-- tim
Comment