mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-30 10:07:43 +00:00
Browser Fetch APIs must run on the main thread, while GPUI image loading can invoke its HTTP client from background WASM workers. This routes `FetchHttpClient` requests through the web dispatcher's main-thread mailbox, installs the client by default for web applications, and removes thread-affine browser state from the safely movable dispatcher. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||