zed/crates/languages
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
..
src gpui: Remove unsound await_on_background helper (#56132) 2026-05-08 09:30:34 +00:00
Cargo.toml Fix "Run Debugger" failing silently when project does not compile (#52439) 2026-05-04 06:50:38 +00:00
LICENSE-GPL