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

find a polling runtime strategy #8

Open
xmclark opened this issue Jun 11, 2019 · 0 comments
Open

find a polling runtime strategy #8

xmclark opened this issue Jun 11, 2019 · 0 comments

Comments

@xmclark
Copy link
Collaborator

xmclark commented Jun 11, 2019

This crate is very low level in the sense that it provides primitives likes futures and streams. It is up to the user to piece them together on a runtime. This makes implementing a polling worker a little verbose.

Other server-like crates offer a runtime that wraps tokio or another futures runtime for easier use. This crate could use something like that.

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