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

Added epoll to WASIX #3830

Closed
wants to merge 72 commits into from
Closed

Added epoll to WASIX #3830

wants to merge 72 commits into from

Conversation

john-sharratt
Copy link
Contributor

POC for asynchronous IO built on top of asynchronous threading foundation which should give some big performance benefits when used correctly by a WASIX program.

Will look at this more once we have some time so this is just to keep the code here for now

lib/wasi/src/state/env.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@ptitSeb ptitSeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, clippy is not happy

Base automatically changed from asynchronous-threading-phase2 to master May 16, 2023 02:21
@john-sharratt john-sharratt changed the title Added asynchronous IO syscalls for WASIX based on generic wakers Added epoll to WASIX Jun 28, 2023
@ptitSeb ptitSeb added this to the v4.1 milestone Jun 28, 2023
@ptitSeb ptitSeb added the priority-high High priority issue label Jun 28, 2023
@ptitSeb ptitSeb mentioned this pull request Jul 3, 2023
@ptitSeb ptitSeb removed this from the v4.1 milestone Jul 4, 2023
@john-sharratt
Copy link
Contributor Author

Superseded by #4050

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-high High priority issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants