typed_isolate 3.0.0
typed_isolate: ^3.0.0 copied to clipboard
Easier and type-safe isolate usage with parent and child isolates
3.0.0 #
- Renamed
IsolateParent.stop()
toIsolateParent.stopListening()
and addedIsolateParent.killAll()
2.0.1 #
- Minor formatting fixes
2.0.0 #
Changed signature of IsolateParent.onData
and IsolateParent.send
to contain the IsolateChild.id
1.0.1 #
- Updated example with correct imports and lints.
1.0.0 #
- Initial version.