isolated_stream 2.0.0-dev.1 copy "isolated_stream: ^2.0.0-dev.1" to clipboard
isolated_stream: ^2.0.0-dev.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolated_stream

With Flutter:

 $ flutter pub add isolated_stream

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  isolated_stream: ^2.0.0-dev.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:isolated_stream/isolated_stream.dart';
1
likes
160
points
0
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

Funding

Consider supporting this project:

www.paypal.com
www.buymeacoffee.com

License

MIT (license)

Dependencies

meta

More

Packages that depend on isolated_stream