mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-01 07:39:40 +00:00
Add slightly better docs
This commit is contained in:
parent
8126bb1882
commit
e1ba87e7c1
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ impl<T: Copy> Stream for Cycle<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Creats a stream that yields the provided values infinitely and in order.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Basic usage:
|
||||
|
|
Loading…
Reference in a new issue