Skip to content

Commit

Permalink
some reworks / improvements
Browse files Browse the repository at this point in the history
extended test coverage
updated jgenhtml to version 1.6
  • Loading branch information
d-markey committed Sep 21, 2024
1 parent c1598fc commit 6ff7fbd
Show file tree
Hide file tree
Showing 134 changed files with 56,203 additions and 18,721 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

## **Squadron - Multithreading and worker pools in Dart**

Offload CPU-bound and long running tasks and give your mobile and Web apps some air!
Offload CPU-bound and long running tasks and give your apps some air!

Works everywhere: desktop, server, device, browser.

Supports native, JavaScript & Web Assembly platforms.

[![Pub Package](https://img.shields.io/pub/v/squadron)](https://pub.dev/packages/squadron)
[![Dart Platforms](https://badgen.net/pub/dart-platform/squadron)](https://pub.dev/packages/squadron)
Expand Down Expand Up @@ -73,7 +77,7 @@ Import squadron from your `pubspec.yaml` file:

```yaml
dependencies:
squadron: ^5.0.0
squadron: ^6.0.0
```
## <a name="usage"></a>Usage
Expand Down
2 changes: 1 addition & 1 deletion coverage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"linesValid":2139,"lineRate":75.7}
{"linesValid":2313,"lineRate":87.4}
Loading

0 comments on commit 6ff7fbd

Please sign in to comment.