envjs / env-js

A pure-JavaScript browser environment.
http://www.envjs.com/
87 stars 19 forks source link

timer event loop exit enhancement #2

Open envjs opened 13 years ago

envjs commented 13 years ago

http://groups.google.com/group/envjs/browse_thread/thread/4d9bd737f68cf78b

This requires allowing the Envjs.eventLoop to run in 'an indefinite loop' which means running an exact callstack n-times before providing an Envjs.unresponsive hook.

Am I on the right track here?

Thatcher