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

Fix bug in `IsolateRunner.kill`. #33

Closed lrhn closed 5 years ago

lrhn commented 5 years ago

Also update LoadBalancer.runMultiple to be properly generic. Cleanups and tweaks.

See #32

kevmoo commented 5 years ago

@lrhn – dartfmt and you should be good!