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

Improve 'RuntimeWorker' implementation #776

Merged
merged 15 commits into from
Nov 20, 2023
Merged

Improve 'RuntimeWorker' implementation #776

merged 15 commits into from
Nov 20, 2023

Conversation

jwerle
Copy link
Member

@jwerle jwerle commented Nov 20, 2023

This PR improves the Worker implementation and allows for workers to request dispatched "post" data in their own threads. This improves the experience of creating UDP sockets, binding, and receiving data entirely in the worker thread.

@jwerle jwerle added enhancement New feature or request javascript An issue, discussion, or task related to the runtime javascript api An issue, task, or discussion related to public runtime APIs runtime An issue, task, or discussion related to the runtime core labels Nov 20, 2023
@jwerle jwerle self-assigned this Nov 20, 2023
@jwerle jwerle merged commit 4fced42 into master Nov 20, 2023
2 of 8 checks passed
@jwerle jwerle deleted the improve-workers branch November 20, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api An issue, task, or discussion related to public runtime APIs enhancement New feature or request javascript An issue, discussion, or task related to the runtime javascript runtime An issue, task, or discussion related to the runtime core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants