isolate_pool_2 1.0.7 copy "isolate_pool_2: ^1.0.7" to clipboard
isolate_pool_2: ^1.0.7 copied to clipboard

Just like a thread pool, but with isolates. The package allows creating up-and-running isolates that can accept requests and do heavy lifting outside main isolate

1.0.7 #

  • Typed exceptions (PR#5)

1.0.6 #

  • Upgraded minimum Dart SDK to 3.0.0
  • Refined example, added comments
  • Updates to README

1.0.5 #

  • Fixed memory leak when scheduling multiple jobs

1.0.4 #

  • Closing receive ports on isolate pool stoppage to avoid issue with hanging process (issue #3)

1.0.3 #

  • Added more docs
  • Added no re-throw explanation in docs (issue #1)

1.0.2 #

  • Fixing pub points at pub.dev

1.0.1 #

  • Added example with pooled instance
  • More docs for public members

1.0.0 #

  • IsolatePool
  • PooledJob
  • PooledInstance, PooledInstanceProxy, Action
  • Minimal docs
  • Unit tests as samples
28
likes
150
pub points
78%
popularity

Publisher

verified publishersaplin.blogspot.com

Just like a thread pool, but with isolates. The package allows creating up-and-running isolates that can accept requests and do heavy lifting outside main isolate

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on isolate_pool_2