proc 0.2.0 copy "proc: ^0.2.0" to clipboard
proc: ^0.2.0 copied to clipboard

Run and manage processes, including a record/replay mode for testing.

Changelog #

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 range 0..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
6
likes
0
points
7
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

Run and manage processes, including a record/replay mode for testing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, path

More

Packages that depend on proc