Skip to content

Commit 1fb806f

Browse files
committed
Remove stale paragraph from Async.md
1 parent 19c1fc6 commit 1fb806f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

design/mvp/Async.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,6 @@ call the [`backpressure.set`] built-in to set a component-instance-wide
465465
"backpressure" flag that causes subsequent export calls to immediately return
466466
in the "starting" state without calling the component's Core WebAssembly code.
467467

468-
Once task enables backpressure, it can [wait](#waiting) for existing tasks to
469-
finish and release their associated resources. Thus, a task can choose to
470-
[wait](#waiting) with or without backpressure enabled, depending on whether it
471-
wants to accept new accept new export calls while waiting or not.
472-
473468
See the [`canon_backpressure_set`] function and [`Task.enter`] method in the
474469
Canonical ABI explainer for the setting and implementation of backpressure.
475470

0 commit comments

Comments
 (0)