2
0
Fork 1
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:
Felipe Sere 2019-10-24 16:42:03 -05:00
parent 8126bb1882
commit e1ba87e7c1

View file

@ -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: