Skip to content

Commit

Permalink
Add IWorker.terminate() to enable immediate termination of workers …
Browse files Browse the repository at this point in the history
…and worker pools
  • Loading branch information
d-markey committed Dec 15, 2024
1 parent 8220c31 commit f5338a0
Show file tree
Hide file tree
Showing 44 changed files with 12,208 additions and 11,837 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 6.1.4

- Implement `Worker.terminate()` to enable immediate termination of workers.
- Refactor tests + browser test console.
- Add `IWorker.terminate()` to enable immediate termination of workers and worker pools.
- Refactor tests + browser test console + add unit tests for thread termination.

## 6.1.3

Expand Down
18,974 changes: 9,517 additions & 9,457 deletions doc/browser-tests/index.dart.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/browser-tests/index.dart.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f5338a0

Please sign in to comment.