Updated throttle fn comments.

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
This commit is contained in:
Wouter Geraedts 2019-11-12 14:35:03 +01:00 committed by GitHub
parent 7c7386735e
commit 6f6d5e9d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,6 +318,7 @@ extension_trait! {
#[doc = r#"
Limit the amount of items yielded per timeslice in a stream.
This stream does not drop any items, but will only limit the rate at which items pass through.
# Examples
```ignore
# fn main() { async_std::task::block_on(async {