Skip to content

Commit

Permalink
Update xilem_web/src/concurrent/memoized_await.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Mildenberger <[email protected]>
  • Loading branch information
flosse and Philipp-M authored Nov 23, 2024
1 parent eece52d commit f2ca90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xilem_web/src/concurrent/memoized_await.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ where
/// stream! {
/// for i in range {
/// TimeoutFuture::new(500).await;
/// yield i;
/// }
/// yield i;
/// }
/// }
/// },
/// |state: &mut Vec<usize>, item: usize| {
Expand Down

0 comments on commit f2ca90d

Please sign in to comment.