simple_isolate 1.4.0 simple_isolate: ^1.4.0 copied to clipboard
Simplified Dart isolates.
1.4.0 #
- Bidirectional communication is off by default, set
bidirectional
to true to enable it.
1.3.6 #
- Added a helper function
kill
.
1.3.5 #
- Added
onSpawn
argument tospawn
function.
1.3.0 #
- Throws
SimpleIsolateAbortException
when killed.
1.1.1 #
- Enforce generic parameter on
SimpleIsolate
.
1.1.0 #
- Stacktrace support for
SimpleIsolate.future
.
1.0.0 #
- Initial version.