coroutines 0.2.1 copy "coroutines: ^0.2.1" to clipboard
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.dart barrel import (use dart:coroutines/sync.dart or dart:coroutines/async.dart instead)
  • 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
6
likes
150
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

Unity-style coroutines for Dart, allowing resumable function execution.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

More

Packages that depend on coroutines