You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The APIs for tokio Command take &mut Self and return &mut Self but the intended drop-in replacement takes Self and returns Self. This results in more complicated examples that require an owned mutable Command failing to compile / run properly.
The APIs for tokio Command take &mut Self and return &mut Self but the intended drop-in replacement takes Self and returns Self. This results in more complicated examples that require an owned mutable Command failing to compile / run properly.