ember-concurrency

Official

Reliable async task management for Ember

Authortrusted-american
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ember apps often struggle with uncoordinated async operations that can cause memory leaks or errors when components unmount mid-flight. ember-concurrency provides structured async primitives to manage tasks with lifecycle awareness (cancellation, cleanup) and to prevent set-on-destroyed-object errors.

Core Features & Use Cases

  • Task definitions via task() for structured async logic
  • Modifiers: .drop(), .restartable(), .enqueue(), .keepLatest(), and TaskGroups for coordinating multiple tasks
  • Utilities: timeout, waitForEvent, didCancel, and cancellation semantics to build robust flows
  • Use cases include form saves, data loading, background processing, searches, and polling with deterministic behavior

Quick Start

Create a task with task(async () => { ... }) and invoke it with perform(), using an appropriate modifier to control concurrency.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ember-concurrency
Download link: https://github.com/trusted-american/marketplace/archive/main.zip#ember-concurrency

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.