isoworker 2.0.0
isoworker: ^2.0.0 copied to clipboard
A simple and unified API for parallel processing using Isolates and Streams in Dart, supporting both native and web platforms.
2.0.0 #
- This release introduces breaking changes.
- Internal structure has been refactored to eliminate unnecessary processing.
- Exceptions are now handled correctly.
- Worker logic can now be defined using classes.
1.2.0 #
- Add InProgress property.
1.1.1 #
- [dispose] wait until all is complete.
1.1.0 #
- Supports Web.
1.0.0 #
- Initial version.