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

Async stream parsing. #57

Open
eddyb opened this issue Sep 23, 2018 · 0 comments
Open

Async stream parsing. #57

eddyb opened this issue Sep 23, 2018 · 0 comments

Comments

@eddyb
Copy link
Member

eddyb commented Sep 23, 2018

The indexing crate already allows appending to the container (that we use as our input), the main thing missing is the ability to yield "not ready" for a specific thread (that reached the current end of the input), and moving that thread into a separate scheduler (for "blocked on receiving more input").

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