mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
d527b63575
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) |
||
---|---|---|
.. | ||
sync_fetch.rs |