- DISCONTINUE PACKAGE This package is no longer maintained by the Dart team.
- Make
IsolateRunner.closenot hang if called more than once.
- Migrate to null safety.
- Add
singleResponseFutureWithTimeoutandsingleCallbackPortWithTimeout, while deprecating the timeout functionality ofsingleResponseFutureandsingleCallbackPort.
- Update SDK requirements.
- Fix bug in
IsolateRunner.killwith a zero duration. - Update some type from
FuturetoFuture<void>. - Make
LoadBalancer.runMultipleproperly 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
runinLoadBalancerandIsolateRunner. - Add generic arguments to
singleCallbackPortandsingleCompletePort.
- Change to using
package:testfor testing.
- Fixed strong mode analysis errors.
- Migrated tests to package:test.
- Made
Isolate.killparameterprioritya named parameter.
- Fixed spelling in a number of doc comments and the README.
- Renamed library
isolaterunner.darttoisolate_runner.dart. - Renamed library
loadbalancer.dart' toload_balancer.dart`.
- Initial version
- Adds
IsolateRunneras a helper around Isolate. - Adds single-message port helpers and a load balancer.