parallelize 1.0.2 copy "parallelize: ^1.0.2" to clipboard
parallelize: ^1.0.2 copied to clipboard

(Parallelism Package Update) An optimized Dart package that simplifies parallelization using isolates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add parallelize

With Flutter:

 $ flutter pub add parallelize

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

dependencies:
  parallelize: ^1.0.2

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:parallelize/parallelize.dart';
0
likes
160
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

(Parallelism Package Update) An optimized Dart package that simplifies parallelization using isolates.

Repository (GitHub)

Documentation

API reference

License

UPL-1.0 (license)

More

Packages that depend on parallelize