We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c1fc6 commit 1fb806fCopy full SHA for 1fb806f
1 file changed
design/mvp/Async.md
@@ -465,11 +465,6 @@ call the [`backpressure.set`] built-in to set a component-instance-wide
465
"backpressure" flag that causes subsequent export calls to immediately return
466
in the "starting" state without calling the component's Core WebAssembly code.
467
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
-
473
See the [`canon_backpressure_set`] function and [`Task.enter`] method in the
474
Canonical ABI explainer for the setting and implementation of backpressure.
475
0 commit comments