computer 3.0.0 copy "computer: ^3.0.0" to clipboard
computer: ^3.0.0 copied to clipboard

outdated

Easy to use pool of concurrent workers with compute() like API.

3.0.0 #

  • Breaking change: The old instance factory method (Computer()) has been replaced with Computer.shared()
  • You can now create new instances of the Computer by using Computer.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 to verbose
  • 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
61
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Easy to use pool of concurrent workers with compute() like API.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on computer