coroutines 0.2.0
coroutines: ^0.2.0 copied to clipboard
Unity-style coroutines for Dart, allowing resumable function execution.
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