dart-archive / isolate

Makes working with Dart isolates easier.
https://pub.dev/packages/isolate
BSD 3-Clause "New" or "Revised" License
90 stars 34 forks source link

Remove unused dart:async imports #41

Closed srawlins closed 3 years ago

srawlins commented 3 years ago

As of Dart 2.1, Future/Stream have been exported from dart:core.

lrhn commented 3 years ago

Redone separately, to match current master.