computer 3.2.1 computer: ^3.2.1 copied to clipboard
Easy to use pool of concurrent workers with compute() like API.
3.2.0 #
- Added RemoteExecutionError, CancelExecutionError
3.1.0 #
- Allow workers to pull from queue on creation.
3.0.0 #
- Breaking change: The old instance factory method (
Computer()
) has been replaced withComputer.shared()
- You can now create new instances of the
Computer
by usingComputer.create()
this allows for specific instances for specific tasks groups
2.0.0 #
- Migrated to nullsafety
1.1.1 #
- Formatted source code according to dartfmt
1.1.0 #
- BREAKING:
areLogsEnabled
renamed toverbose
- Added docs to public API
- Updated Readme
- Bumped minimum dart version to 2.4.0
- Added new tests
1.0.2 #
- Fixed typos & turnOn()
1.0.1 #
- Added README, fixed pub package troubles
1.0.0 #
- Published package