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

Try to avoid poll in Control.terminate_after between critical ops #187

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

polytypic
Copy link
Collaborator

During a poll point the OCaml runtime may e.g. handle Ctrl-C (i.e. SIGINT) and raise an asynchronous exception that could cause leaks.

During a poll point the OCaml runtime may e.g. handle Ctrl-C (i.e. SIGINT) and
raise an asynchronous exception that could cause leaks.
@polytypic polytypic merged commit 622ef41 into main Jul 22, 2024
6 checks passed
@polytypic polytypic deleted the reduce-chance-of-poll-point-between-critical-ops branch July 22, 2024 23:50
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