diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-05 10:07:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 10:07:21 -0400 |
commit | d527b635753566e7d01391d675bf010c4856eff9 (patch) | |
tree | ad424ff7554d782402528a0701995bfdbca3aff2 /ext/webgpu/01_webgpu.js | |
parent | 4b0f22eee7d9217cb19af2730818dd70280b7c6b (diff) |
fix(workers): `importScripts` concurrently and use a new `reqwest::Client` per importScripts (#23699)
1. We were polling each future in sequence, so this meant it was
fetching scripts in sequence.
2. It's not safe to share `reqwest::Client` across tokio runtimes
(https://github.com/seanmonstar/reqwest/issues/1148#issuecomment-910868788)
Diffstat (limited to 'ext/webgpu/01_webgpu.js')
0 files changed, 0 insertions, 0 deletions