ZIm/crates/task/src
Michael Sloan b1872e3afd
cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103)
Done automatically with

> ast-grep -p '$A.background_executor().spawn($B)' -r
'$A.background_spawn($B)' --update-all --globs "\!crates/gpui"

Followed by:

* `cargo fmt`
* Unexpected need to remove some trailing whitespace.
* Manually adding imports of `gpui::{AppContext as _}` which provides
`background_spawn`
* Added `AppContext as _` to existing use of `AppContext`

Release Notes:

- N/A
2025-02-18 20:30:33 +00:00
..
lib.rs Refactor shell wrapping (#23108) 2025-01-15 08:45:48 -07:00
static_source.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
task_template.rs task: Always use untruncated label if it is short (#23611) 2025-01-24 16:46:48 +00:00
vscode_format.rs Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00