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

Make the run method generic #15

Closed bwilkerson closed 6 years ago

bwilkerson commented 6 years ago

Re-created to work around merge conflicts.

lrhn commented 6 years ago

Check if the version number needs to be incremented (it's not a .0.0-dev version). This is an API change, which is breaking if any strong mode program implements the interface.

Otherwise LGTM.

bwilkerson commented 6 years ago

The version number is currently "1.0.1-dev", so I presume it's fine to leave it that way.