We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c73867 commit 6f6d5e9Copy full SHA for 6f6d5e9
src/stream/stream/mod.rs
@@ -318,6 +318,7 @@ extension_trait! {
318
#[doc = r#"
319
Limit the amount of items yielded per timeslice in a stream.
320
321
+This stream does not drop any items, but will only limit the rate at which items pass through.
322
# Examples
323
```ignore
324
# fn main() { async_std::task::block_on(async {
0 commit comments