combine 0.2.0 combine: ^0.2.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.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