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

Obligatory async support request ticket #30

Open
danieleades opened this issue Mar 24, 2022 · 2 comments
Open

Obligatory async support request ticket #30

danieleades opened this issue Mar 24, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@danieleades
Copy link
Owner

I'll park this ticket here as a placeholder before someone else creates it.

I'd love to support async environments. There are some preconditions:

  • a decent asynchronous bitwise stream library (see this issue, for example)
  • no non-trivial impact on performance in synchronous environments (with benchmarks to prove it)
  • a way of implementing this without doubling the amount of code to support
  • some indication that real life humans actually need this feature
@danieleades danieleades added the enhancement New feature or request label Mar 24, 2022
@ramiroaisen
Copy link

I just ported bitstream-io to be used with tokio, check it out at crates.io tokio-bitstream-io

@danieleades
Copy link
Owner Author

I just ported bitstream-io to be used with tokio, check it out at crates.io tokio-bitstream-io

Nice! 1 down, 3 to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants