squadron_builder 1.0.2
squadron_builder: ^1.0.2 copied to clipboard
Dart code generator for Squadron workers. Implement your worker service and let squadron_builder bridge the gap with Web Workers and Isolates!
1.0.2 #
- Upgrade packages.
- Switch from deprecated
element2/enclosingElement3toelement/enclosingElement.
1.0.1 #
- Specify platform support in
pubspec.yaml.
1.0.0 #
- Marshall data to/from workers according to
SerializeWithannotations.
0.9.1 #
- Upgrade dependencies.
0.9.0 #
- Serialize arguments/return values when
toJson()/fromJson()is available.
0.7.1 #
- Annotations
SquadronService+SquadronMethod. - Support of cancellation tokens.
- Package upgrade.
- Sample code.
0.0.1 #
- Initial version. Still experimental yet functional on simple use cases.