Skip to content

Commit

Permalink
we start *with*
Browse files Browse the repository at this point in the history
  • Loading branch information
hkBst authored Sep 26, 2024
1 parent d646d51 commit 9911ffe
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 9911ffe

Please sign in to comment.