proc 0.2.0+1
proc: ^0.2.0+1 copied to clipboard
Run and manage OS processes with an extensible and testable API.
Changelog #
0.2.0+1 #
- Move into a monorepo.
0.2.0 #
-
Proccess.complete(...)
is a convenience method for simple cases where a process should be considered to have emitted all of its output and exited (by default, successfully). This is useful for simple cases where you don't need to interact with the process while it is running. -
ProcessController(processId: ...)
is now optional, and if omitted, a process ID in the range0..32767
will be automatically assigned. This is not guaranteed to be unique; if you need to ensure uniqueness, you should provide a process ID explicitly.
0.1.0 #
- Clarify some of the documentation and examples.
0.1.0-alpha #
- Initial release