mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
add spec comment
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
7e125a8a0b
commit
933e978b5e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue