coroutines 0.2.1
coroutines: ^0.2.1 copied to clipboard
Unity-style coroutines for Dart, allowing resumable function execution.
0.2.1 #
- Added nested coroutine support
- Fixed concurrent access issues (@luanpotter 💙)
- Added Flame game engine example (@luanpotter 💙)
- Improved async tests (@luanpotter 💙)
- Improved CI & docgen tasks
0.2.0 #
- Added async coroutine support
- (breaking!) Removed
dart:coroutine/coroutine.dartbarrel import (usedart:coroutines/sync.dartordart:coroutines/async.dartinstead) - Improved documentation
0.1.1 #
- Fixed coroutine instance not being removed after completion
- Implemented
isCoroutineRunning - Improved inlining
0.1.0 #
- Initial release
- Implemented synchronous coroutines
- Added tests