Skip to content

Commit 6f6d5e9

Browse files
Updated throttle fn comments.
Co-Authored-By: Yoshua Wuyts <[email protected]>
1 parent 7c73867 commit 6f6d5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stream/stream/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ extension_trait! {
318318
#[doc = r#"
319319
Limit the amount of items yielded per timeslice in a stream.
320320
321+
This stream does not drop any items, but will only limit the rate at which items pass through.
321322
# Examples
322323
```ignore
323324
# fn main() { async_std::task::block_on(async {

0 commit comments

Comments
 (0)