tree: 0fee0291b6a4536884eb7dafeb962aefc7c01279 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. AUTHORS
  5. CHANGELOG.md
  6. dart_test.yaml
  7. LICENSE
  8. pubspec.yaml
  9. README.md
packages/process/README.md

Process

A generic process invocation abstraction for Dart.

Like dart:io, package:process supplies a rich, Dart-idiomatic API for spawning OS processes.

Unlike dart:io, package:process requires processes to be started with ProcessManager, which allows for easy mocking and testing of code that spawns processes in a hermetic way.