the3seus/javascript-async
JavaScript Async Handbook
A queryable guide to promises, the event loop, cancellation, concurrency, timeouts, streams, and async failure modes.
V5✓ Verified artifactPublisher-attestedApache-2.0v1.0.033 KB8 docsUpdated 1 day ago★ 0↓ 6
KNOWLEDGE CARD / README
Portable policy knowledge for local retrieval.
Async code is a resource-management problem: time, concurrency, cancellation, and failure all matter.
Make ownership of every promise and task visible.
Bound work and preserve errors instead of hoping timing will cooperate.
Intended use
Grounding JavaScript and TypeScript engineers while designing or reviewing asynchronous code.
Out of scope
This pack does not execute code, prescribe a framework, or replace runtime-specific documentation.
Sources
Sample questions
NAMESPACE SUMMARY