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

[FEATURE REQUEST] Make PollableInputStream Implementable #1522

Open
Mubelotix opened this issue Sep 28, 2024 · 3 comments
Open

[FEATURE REQUEST] Make PollableInputStream Implementable #1522

Mubelotix opened this issue Sep 28, 2024 · 3 comments

Comments

@Mubelotix
Copy link

I would like to create a PollableInputStream from a Rust asynchronous stream of byte chunks.

I have not found anything useful in the doc. Is this possible ?

Since PollableInputStream is actually an interface, isn't there any way to implement it on a custom struct?

@Mubelotix
Copy link
Author

Seems like PollableInputStream isn't implementable. Why?

@sdroege
Copy link
Member

sdroege commented Sep 28, 2024

Because nobody added it yet. I don't think there's any fundamental problem with it :)

@Mubelotix
Copy link
Author

Because nobody added it yet. I don't think there's any fundamental problem with it :)

Thank you for the clarification, I'm turning this issue into a feature request then. Sadly I think I lack the technical knowledge to implement this myself

@Mubelotix Mubelotix changed the title [HELP] How to create a PollableInputStream ? [FEATURE REQUEST] Make PollableInputStream Implementable Sep 28, 2024
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