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

Linux signals #7

Open
ElvishJerricco opened this issue Jul 13, 2018 · 0 comments
Open

Linux signals #7

ElvishJerricco opened this issue Jul 13, 2018 · 0 comments

Comments

@ElvishJerricco
Copy link
Member

Linux has signals and interrupts that we may want to support. We can't interrupt the process instantly like Linux can, but we can probably wait for the next blocking syscall and dispatch signals at that time. It should be ok to run signals on top of the program's stack frame.

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

No branches or pull requests

1 participant