isolated_stream 1.0.0 copy "isolated_stream: ^1.0.0" to clipboard
isolated_stream: ^1.0.0 copied to clipboard

A Dart package for running CPU-intensive stream transformations in separate isolates to prevent blocking the main thread.

1.0.0 #

  • Initial release
  • Added isolatedMap() extension for streams
  • Added IsolatedHandler abstract class
  • Support for sync and async transformations
  • Configurable concurrency with order preservation
  • Isolate pooling for high-throughput scenarios
1
likes
145
points
217
downloads

Publisher

verified publisherklyta.it

Weekly Downloads

A Dart package for running CPU-intensive stream transformations in separate isolates to prevent blocking the main thread.

Repository (GitHub)
View/report issues

Topics

#isolate #stream #concurrency #performance #async

Documentation

API reference

Funding

Consider supporting this project:

www.paypal.com
www.buymeacoffee.com

License

MIT (license)

More

Packages that depend on isolated_stream