chore: Move a bunch of foreground tasks into background (#35322)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
49b75e9e93
commit
c22fa9adee
3 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue