chore: Move a bunch of foreground tasks into background (#35322)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-07-30 12:29:03 +02:00 committed by GitHub
parent 49b75e9e93
commit c22fa9adee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -1742,7 +1742,7 @@ impl SshRemoteConnection {
}
});
cx.spawn(async move |_| {
cx.background_spawn(async move {
let result = futures::select! {
result = stdin_task.fuse() => {
result.context("stdin")