Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Internal tests] Close MessageChannel port to prevent leak (#26357)
Node's MessageChannel implementation will leak if you don't explicitly close the port. This updates the enqueueTask function we use in our internal testing helpers to close the port once it's no longer needed.
- Loading branch information