- Update SDK requirements.
- Fix bug in
IsolateRunner.kill
with a zero duration. - Update some type from
Future
toFuture<void>
. - Make
LoadBalancer.runMultiple
properly generic.
- Use lower-case constants from dart:io.
- Make port functions generic so they can be used in a Dart 2 type-safe way.
- Add generic arguments to
run
inLoadBalancer
andIsolateRunner
. - Add generic arguments to
singleCallbackPort
andsingleCompletePort
.
- Change to using
package:test
for testing.
- Fixed strong mode analysis errors.
- Migrated tests to package:test.
- Made
Isolate.kill
parameterpriority
a named parameter.
- Fixed spelling in a number of doc comments and the README.
- Renamed library
isolaterunner.dart
toisolate_runner.dart
. - Renamed library
loadbalancer.dart' to
load_balancer.dart`.
- Initial version
- Adds
IsolateRunner
as a helper around Isolate. - Adds single-message port helpers and a load balancer.