isolate 2.1.1
isolate: ^2.1.1 copied to clipboard
DISCONTINUED PACKAGE Utility functions and classes related to the 'dart:isolate' library.
2.1.1 #
- DISCONTINUE PACKAGE This package is no longer maintained by the Dart team.
- Make
IsolateRunner.closenot hang if called more than once.
2.1.0 #
- Migrate to null safety.
- Add
singleResponseFutureWithTimeoutandsingleCallbackPortWithTimeout, while deprecating the timeout functionality ofsingleResponseFutureandsingleCallbackPort.
2.0.3 #
- Update SDK requirements.
- Fix bug in
IsolateRunner.killwith a zero duration. - Update some type from
FuturetoFuture<void>. - Make
LoadBalancer.runMultipleproperly generic.
2.0.1 #
- Use lower-case constants from dart:io.
2.0.0 #
- Make port functions generic so they can be used in a Dart 2 type-safe way.
1.1.0 #
- Add generic arguments to
runinLoadBalancerandIsolateRunner. - Add generic arguments to
singleCallbackPortandsingleCompletePort.
1.0.0 #
- Change to using
package:testfor testing.
0.2.3 #
- Fixed strong mode analysis errors.
- Migrated tests to package:test.
0.2.2 #
- Made
Isolate.killparameterprioritya named parameter.
0.2.1 #
- Fixed spelling in a number of doc comments and the README.
0.2.0 #
- Renamed library
isolaterunner.darttoisolate_runner.dart. - Renamed library
loadbalancer.dart' toload_balancer.dart`.
0.1.0 #
- Initial version
- Adds
IsolateRunneras a helper around Isolate. - Adds single-message port helpers and a load balancer.