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

signals #4556

Merged
merged 4 commits into from
May 25, 2024
Merged

signals #4556

merged 4 commits into from
May 25, 2024

Conversation

willmcgugan
Copy link
Collaborator

Refactor of signals.

Signals were originally added for the process suspend feature, where the callback needs to be immediate. It has since been expanded to notify DOM nodes about bindings, where the callback could benefit from being run in the node's context.

This adds an immediate flag which toggles between the two requirements.

@willmcgugan willmcgugan merged commit 5195a57 into main May 25, 2024
20 checks passed
@willmcgugan willmcgugan deleted the signal_refactor branch May 25, 2024 13:11
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