combine 0.2.0 copy "combine: ^0.2.0" to clipboard
combine: ^0.2.0 copied to clipboard

outdated

A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.

0.2.0 #

  • Introduce CombineWorker which is a pool of [CombineIsolate]s that efficiently executes tasks in them.
  • Improve Combine's documentation.
  • Change Combine.spawn method's return type. Now it returns CombineInfo which holds CombineIsolate and IsolateMessenger.
  • Return IsolateMessenger from CombineIsolate.
  • Add CombineIsolate to the IsolateContext class.
  • Update README

0.1.2 #

  • Export isolate factories

0.1.1 #

  • Fix isolate messenger in web and add more tests for it.
  • Add short usage example to the README

0.1.0 #

  • Add tests
  • Internal refactoring

0.0.1 #

  • Initial release
28
likes
0
pub points
93%
popularity

Publisher

unverified uploader

A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter

More

Packages that depend on combine