zed/crates/languages/src
Lukas Wirth c8f0026867
gpui: Remove unsound await_on_background helper (#56132)
The function is unsound due to the classic fact that one can leak tasks,
sidestepping the blocking drop behavior resulting in a use after free.

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-05-08 09:30:34 +00:00
..
bash.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
c.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
cpp.rs Fix bad GitHub merge queue merge (#54721) 2026-04-23 23:47:30 +00:00
css.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
eslint.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
go.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
json.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
lib.rs bash: Add built-in language server support (#52811) 2026-05-06 22:38:44 +00:00
package_json.rs typescript: Runners support for bun:test & node:test (#39238) 2025-10-13 09:05:04 +02:00
python.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
rust.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
tailwind.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
tailwindcss.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
typescript.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
vtsls.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
yaml.rs gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00