integral_isolates 0.4.1 integral_isolates: ^0.4.1 copied to clipboard
The power of Flutter's compute function, but using a long lived isolate.
0.4.1 #
- FEAT: isolate stream (#18).
0.4.0 #
Note: This release has breaking changes.
-
deprecated the class
Isolated
in favor ofStatefulIsolate
. The classTailoredStatefulIsolate
was also added, adding support for an isolate that allows for specifying input and output types. -
BREAKING FEAT: specialized/tailored isolated (#14).
-
DOCS: updated documentation (#16).
0.3.0+2 #
- DOCS: Proper format for marble diagrams for the markdown that is created (#11).
0.3.0+1 #
- REFACTOR: flow improvements (#10).
0.3.0 #
Note: This release has breaking changes.
- REFACTOR: Refactor/flow improvements (#9).
- DOCS: Update README.md.
- BREAKING REFACTOR: Use typed exceptions when errors occur (#8).
0.2.0 #
Note: This release has breaking changes.
- DOCS: doc & examples updates.
- BREAKING REFACTOR: ComputeCallback -> IsolateCallback.
0.1.0+1 #
- Docs updates
0.1.0 #
- Initial version.