isolate_easy_pool 0.0.8 copy "isolate_easy_pool: ^0.0.8" to clipboard
isolate_easy_pool: ^0.0.8 copied to clipboard

An extremely user-friendly isolate pool plugin.Easy implementation of Isolate reuse and asynchronous task execution in one line of code.Automatically switching back to the main isolate function greatl [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolate_easy_pool

With Flutter:

 $ flutter pub add isolate_easy_pool

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

dependencies:
  isolate_easy_pool: ^0.0.8

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:isolate_easy_pool/isolate_easy_pool.dart';
3
likes
150
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

An extremely user-friendly isolate pool plugin.Easy implementation of Isolate reuse and asynchronous task execution in one line of code.Automatically switching back to the main isolate function greatly improves development efficiency.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

synchronized

More

Packages that depend on isolate_easy_pool