Skip to content

Commit

Permalink
Merge pull request #226 from hkBst/patch-1
Browse files Browse the repository at this point in the history
we start *with*
  • Loading branch information
matklad authored Sep 26, 2024
2 parents d646d51 + 9911ffe commit 048a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2024-09-24-watermelon-operator.dj
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ can borrow from the parent stack frame. So it is not a problem to _restrict_ tha
`'static` futures into the channel. In a sense, in the above example we return the future up the
stack, which explains why it can't borrow locals from our stack frame.

With multi-task concurrency though, we _start_ we static futures. To let them borrow any stack data
With multi-task concurrency though, we _start_ with static futures. To let them borrow any stack data
requires unsafe.

Note also that the above set of operators, `join`, `join_all`, `concurrently` is _orthogonal_ to
Expand Down

0 comments on commit 048a1d7

Please sign in to comment.