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

Add async IO support #13

Open
YohDeadfall opened this issue Sep 19, 2020 · 1 comment
Open

Add async IO support #13

YohDeadfall opened this issue Sep 19, 2020 · 1 comment

Comments

@YohDeadfall
Copy link
Contributor

To improve an overall performance of an app it makes sense to use async IO since it's not blocking and allows to process data in background and prevent the pooled thread from being blocked. The only blocker here is that BinaryReader has no async methods and all logic should be rewritten, but to avoid repeating internals and bringing errors to the existing code there is System.IO.Pipelines.

@roji
Copy link
Contributor

roji commented Sep 19, 2020

Tracking issue in the .NET BCL for making BinaryReader async: dotnet/runtime#17229

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

2 participants