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

Prefer wait_readable for fiber scheduler. #395

Merged
merged 1 commit into from
Dec 11, 2021
Merged

Conversation

ioquatix
Copy link
Member

The fiber scheduler does not handle IO#select and for one IO there is no point to use it. Using IO#wait_readable is the preferred approach as it works both with and without the fiber scheduler.

@ioquatix ioquatix force-pushed the prefer-wait_readable branch from fa066cb to 7416d0b Compare December 11, 2021 05:19
@ioquatix ioquatix merged commit 06b4aa3 into master Dec 11, 2021
@ioquatix ioquatix deleted the prefer-wait_readable branch December 11, 2021 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant