isolate_pool_2 1.0.3
isolate_pool_2: ^1.0.3 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.3 #
- Added more docs
- Added no re-throw explanation in docs (issue #1)
1.0.2 #
- Fixing pub points at pub.flutter-io.cn
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