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

fix: stdio thread in addition to main thread #264

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

guybedford
Copy link
Collaborator

This enables stdio in the thread in addition to the main thread stdio.

This way operations like splicing for stdio can still happen in the thread, while normal write operations short-circuit in the main thread for the better blocking behaviours.

@guybedford guybedford added this pull request to the merge queue Nov 16, 2023
Merged via the queue into main with commit 20fe1c3 Nov 16, 2023
6 checks passed
@guybedford guybedford deleted the stdio-reworking branch November 16, 2023 03:26
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