Skip to content

Conversation

@wozny1989
Copy link
Contributor

Why This Change

  • Modern syntax - async/await is more readable and maintainable than generators
  • Better error handling - async/await provides cleaner error handling patterns
  • Consistent with modern JavaScript - aligns with current best practices
  • Simplified testing - no need for @waitfor decorator with async/await

Impact

  • No functional changes - version checking behavior remains identical
  • Tests still pass - async/await works seamlessly with ember-concurrency
  • Cleaner code - more readable and maintainable
  • Reduced dependencies - removed unnecessary @ember/test-waiters

@wozny1989 wozny1989 force-pushed the get-rid-of-ember-concurrency-decorators branch from 7440fc1 to c710f0a Compare August 17, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant