Fix bug in `ProcessWrapper` (#36) The `done` getter listened to the stdio streams, which opened up the possibility of multiple listeners on a single-subscription stream.
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: