Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mutation observers #2

Merged
merged 7 commits into from
Sep 23, 2013
Merged

Mutation observers #2

merged 7 commits into from
Sep 23, 2013

Conversation

calvinmetcalf
Copy link
Owner

add mutation observers as an option

@calvinmetcalf
Copy link
Owner Author

while we were at it disabled the fallback to the real set immediate as it would seem that this is broken in ie, see cujojs/when#197

@calvinmetcalf
Copy link
Owner Author

The generational event queue i what I was calling in my head the modified queue from 73bc498 basically we assure all things we set immediately are never executed in the same event loop. I called it generational because all the events set in one event loop will be executed in the next event loop. I.E. things created in loop 1 are executed in 2, and anything in 2 is in 3 etc.

@calvinmetcalf calvinmetcalf merged commit a686205 into master Sep 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant