simple_isolate 1.5.0
simple_isolate: ^1.5.0 copied to clipboard
Simplified Dart isolates.
1.5.0 #
- Add
debugNametospawn.
1.4.2 #
- Close
bidirectionalRPbeforeIsolate.exit.
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.