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