watchexec / command-group

Deprecated: use process-wrap. || Extension to Command to spawn in a process group
https://docs.rs/command-group
Other
37 stars 10 forks source link

Use `tokio::Command::process_group` whjen stablised? #28

Open NobodyXu opened 1 month ago

NobodyXu commented 1 month ago

tokio-rs/tokio#6731

it seems that tokio::Command::process_group is going to be stablised pretty soon.

passcod commented 1 month ago

Related to #16