isolate
DISCONTINUED PACKAGE Utility functions and classes related to the 'dart:isolate' library.
2.1.1
484K downloads/mo
#528 most downloaded on pub.dev
dart-lang/isolate
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 1.5 years
Most releases are documented
notes for 11 of 13 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
13 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Jan 2015 to Jun 2021
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 13-
2.1.116 Jun 2021Release notes
Open source →- DISCONTINUE PACKAGE This package is no longer maintained by the Dart team.
- Make
IsolateRunner.closenot hang if called more than once.
-
2.1.009 Jun 2021Release notes
Open source →- Migrate to null safety.
- Add
singleResponseFutureWithTimeoutandsingleCallbackPortWithTimeout, while deprecating the timeout functionality ofsingleResponseFutureandsingleCallbackPort.
-
2.0.304 Feb 2020Release notes
Open source →- Update SDK requirements.
- Fix bug in
IsolateRunner.killwith a zero duration. - Update some type from
FuturetoFuture<void>. - Make
LoadBalancer.runMultipleproperly generic.
-
2.0.220 Jul 2018Nothing published for this version
-
2.0.125 May 2018 -
2.0.023 Mar 2018Release notes
Open source →- Make port functions generic so they can be used in a Dart 2 type-safe way.
-
1.1.020 Sep 2017Release notes
Open source →- Add generic arguments to
runinLoadBalancerandIsolateRunner. - Add generic arguments to
singleCallbackPortandsingleCompletePort.
- Add generic arguments to
-
1.0.023 Jan 2017Release notes
Open source → -
0.2.318 Aug 2016 -
0.2.215 Apr 2015 -
0.2.024 Mar 2015Release notes
Open source →- Renamed library
isolaterunner.darttoisolate_runner.dart. - Renamed library
loadbalancer.dart' toload_balancer.dart`.
- Renamed library
-
0.1.118 Mar 2015Nothing published for this version
-
0.1.030 Jan 2015Release notes
Open source →- Initial version
- Adds
IsolateRunneras a helper around Isolate. - Adds single-message port helpers and a load balancer.