mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-19 20:13:51 +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
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// Basic usage:
|
/// Basic usage:
|
||||||
|
|
Loading…
Reference in a new issue