- Add
debugName
tospawn
.
- Close
bidirectionalRP
beforeIsolate.exit
.
- Bidirectional communication is off by default, set
bidirectional
to true to enable it.
- Added a helper function
kill
.
- Added
onSpawn
argument tospawn
function.
- Throws
SimpleIsolateAbortException
when killed.
- Enforce generic parameter on
SimpleIsolate
.
- Stacktrace support for
SimpleIsolate.future
.
- Initial version.