Skip to content

Comparison to other async stream crates #68

Answered by taiki-e
malthe asked this question in General
Discussion options

You must be logged in to vote
  • async-stream supports stable rust. futures-async-stream only supports nightly rust.
  • futures-async-stream supports no_std environment. async-stream requires std.
  • futures-async-stream is a bit more efficient because it uses a generator directly and doesn't depend on TLS.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by taiki-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #67 on January 16, 2021 06:43.