Would there be any idiomatic way to spawn subprocesses from Kotlin Native code?
For example, Python has the subprocess
package for that, and Rust has Command
.
Clues would be welcome. Thanks.
Would there be any idiomatic way to spawn subprocesses from Kotlin Native code?
For example, Python has the subprocess
package for that, and Rust has Command
.
Clues would be welcome. Thanks.