f_limit 1.2.0
f_limit: ^1.2.0 copied to clipboard
A Dart concurrency limiter for controlling async operations.
1.2.0 #
- Add
Alternatingqueue strategy - takes from head, tail, head, tail... - Add
Randomqueue strategy - randomly selects task from queue - Add comprehensive dart documentation with examples
- Refactor README to concise checklist style
- Update package description
1.1.0 #
- Add isolate support with
isolateextension method - Add
mapandonIdleextension methods
1.0.1 #
- Update SDK constraints in pubspec.yaml
1.0.0 #
- Initial release with basic functionality