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

queue handling evaluations #4

Merged
merged 3 commits into from
May 31, 2022
Merged

queue handling evaluations #4

merged 3 commits into from
May 31, 2022

Conversation

deanrad
Copy link
Owner

@deanrad deanrad commented May 30, 2022

Doesn't insert an artificial amount of time between triggerings, but ensures the filters/listeners for an event run completely before beginning to run them for the next event. This ensures listeners always agree on event order, and should prevent a stack overflow error should triggerings ever recursively call.

Fixes #2

@vercel
Copy link

vercel bot commented May 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
omnibus-rxjs-docs ❌ Failed (Inspect) May 31, 2022 at 9:13PM (UTC)

@deanrad deanrad marked this pull request as ready for review May 30, 2022 22:55
@deanrad deanrad force-pushed the queue-handling-evaluations branch from 8f7cf0e to 94aed26 Compare May 31, 2022 03:35
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.

Listeners do not all agree on what order events happened in when some synchronously trigger.
1 participant