integral_isolates 0.5.1 copy "integral_isolates: ^0.5.1" to clipboard
integral_isolates: ^0.5.1 copied to clipboard

The power of Dart's compute function, but using a long lived isolate.

0.5.1 #

  • FEAT: Made IsolatGetter and TailoredIsolateGetter publicly overridable again (#42).

0.5.0 #

Note: This release has breaking changes.

  • REFACTOR: code cleanup and small internal refactor (#27).
  • DOCS: Slightly improved documentation of integral_isolates (#40).
  • BREAKING REFACTOR: Computation functions are now renamed to compute and computeIsolate (#37).
  • BREAKING FEAT(19): hooks stream and tailored isolate support added (#39).

0.4.1 #

  • FEAT: isolate stream (#18).

0.4.0 #

Note: This release has breaking changes.

  • deprecated the class Isolated in favor of StatefulIsolate. The class TailoredStatefulIsolate 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.
28
likes
140
pub points
82%
popularity
screenshot

Publisher

verified publisherlohnn.se

The power of Dart's compute function, but using a long lived isolate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, meta

More

Packages that depend on integral_isolates