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

A lightweight, flexible worker pool framework for Dart with priority scheduling, retry policies, and graceful cancellation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loom

With Flutter:

 $ flutter pub add loom

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

dependencies:
  loom: ^1.0.0

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

Publisher

unverified uploader

Weekly Downloads

A lightweight, flexible worker pool framework for Dart with priority scheduling, retry policies, and graceful cancellation.

Homepage
Repository (GitHub)
View/report issues

Topics

#concurrency #worker-pool #async #isolate #task-queue

Documentation

API reference

License

MIT (license)

More

Packages that depend on loom