Replies: 2 comments
-
You need to register the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have published this package here. I think it is quite convenient and practical. I use it to control the concurrency of S3 uploads. https://crates.io/crates/s3_put |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As shown in the screenshot below, I am accessing my custom stream using while let Some(v) = stream.next().await {}. However, poll_next is only called once, returning pending, and it gets stuck.
code is there https://github.com/i18n-site/rust/blob/main/map_await/src/lib.rs
Beta Was this translation helpful? Give feedback.
All reactions