wuchuheng_isolate_channel 0.0.25 wuchuheng_isolate_channel: ^0.0.25 copied to clipboard
This a library to simplify isolate thread communication.
0.0.1 #
- Initial version.
0.0.2 #
- refactor: Optimization code
0.0.3 #
- feat: Add exception feature.
0.0.4 #
- feat: Add listenToFuture method.'
0.0.5 #
- feat: Modifying abstract classes.
0.0.6 #
- feat: Modifying the entry file.
0.0.8 #
- fix: fix the issue of not handling errors.
0.0.9 #
- fix: Fix the exception not being thrown normally when asynchronous
0.0.10 #
- fix: Fix the issue of exception not throw.
0.0.11 #
- fix: fix the issue that concurrent modification during iteration: Instance(length:0) of '_GrowableList'.
0.0.12 #
- chore: updated version.
0.0.13 #
- fix: fix the exception cannot be report when the exception is empty.
0.0.14 #
- fix: fix the exception cannot be report when the exception is empty.
0.0.15 #
- fix: fix the issue of concurrentError.
0.0.16 #
- refactor: refactoring code.
0.0.17 #
- refactor: refactoring code.
0.0.18 #
- fix: fix the issue that the some id may cause an error due to concurrency.
0.0.19 #
- chore: upgrade hooks dependence
0.0.20 #
- chore: updated examples.
0.0.21 #
- docs: updated README.md
0.0.22 #
- docs: updated README.md
0.0.23 #
- feat: to changed the message type to dynamic.
0.0.24 #
- feat: add channel name feature.
0.0.25 #
- chore: update pubspec.yaml.