We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dce23b commit 3dbd91cCopy full SHA for 3dbd91c
.github/workflows/dart.yaml
@@ -74,7 +74,7 @@ jobs:
74
run: dart pub get
75
76
- name: Run tests
77
- run: dart test --reporter=expanded
+ run: dart test --reporter=expanded test/*.dart
78
79
publish:
80
name: "publish"
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.1.1
2
+
3
+- Fixed coroutine instance not being removed after completion
4
+- Implemented `isCoroutineRunning`
5
+- Improved inlining
6
7
8
## 0.1.0
9
pubspec.yaml
@@ -1,6 +1,6 @@
name: coroutines
description: Unity-style coroutines for Dart, allowing resumable function execution.
-version: 0.1.0
+version: 0.1.1
license: MPL-2.0
homepage: https://github.com/kerberjg/dart_coroutines
0 commit comments