samkevich
Results
2
issues of
samkevich
JOM is a clone of NMake to support the execution of multiple independent commands in parallel. Although `CMake` supports JOM generator with `-G NMake Makefiles JOM`, `cmake-rs` supports only `NMake...
**Is your feature request related to a problem? Please describe.** I need to get process groups working over Tokio's `process::Command` on both Unix (via `setsid`) and Windows (via [JobObject](https://learn.microsoft.com/en-us/windows/win32/procthread/job-objects)) to...
A-tokio
C-feature-request