isolate_easy_pool 0.0.8
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';