combine 0.3.0 combine: ^0.3.0 copied to clipboard
A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.
0.3.0 #
- Add the
CombineWorker.newInstance
factory. It can be used to create a new instance of theCombineWorker
. - Add the
initializer
parameter for theCombineWorker.initialize
method. It will be executed in each worker isolate during their creation.
0.2.0+1 #
- Update readme
- Add logo image.
- Add link to the article.
- Fix typos.
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 returnsCombineInfo
which holdsCombineIsolate
andIsolateMessenger
. - Return
IsolateMessenger
fromCombineIsolate
. - Add
CombineIsolate
to theIsolateContext
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.