dart-lang / io

Utilities for the Dart VM's dart:io.
https://pub.dev/packages/io
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Rationalize ProcessManager with #34

Open kevmoo opened 6 years ago

kevmoo commented 6 years ago

As of Dart 2.0.0-dev.20 https://github.com/dart-lang/sdk/commit/6523896c6fb27a7ead2ced038da4d15164d894d4 we now have ProcessStartMode.INHERIT_STDIO

This eliminates the need for ProcessManager in some cases, no?

CC @matanlurey