Skip to content

Not drop-in compatible with tokio Command #23

@vlovich

Description

@vlovich

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions