add spec comment

Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
gterzian 2025-06-05 20:32:48 +07:00
parent 7e125a8a0b
commit 933e978b5e
No known key found for this signature in database
GPG key ID: E290318CF2FC84D3

View file

@ -723,6 +723,9 @@ impl PipeTo {
actions.push(promise);
}
// Shutdown with an action consisting
// of getting a promise to wait for all of the actions in actions,
// and with error.
wait_for_all_promise(cx, global, actions, realm, can_gc)
},
};