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 f2f23e2 commit 70c7943Copy full SHA for 70c7943
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.2.0
2
+- Added async coroutine support
3
+- (**breaking!**) Removed `dart:coroutine/coroutine.dart` barrel import (use `dart:coroutines/sync.dart` or `dart:coroutines/async.dart` instead)
4
+- Improved documentation
5
+
6
## 0.1.1
7
8
- Fixed coroutine instance not being removed after completion
pubspec.yaml
@@ -1,6 +1,6 @@
name: coroutines
description: Unity-style coroutines for Dart, allowing resumable function execution.
-version: 0.1.1
+version: 0.2.0
license: MPL-2.0
homepage: https://github.com/kerberjg/dart_coroutines
0 commit comments