better-all is a TypeScript library that reinvents the familiar Promise.all construct by automatically analyzing and optimizing dependency graphs between asynchronous tasks, enabling maximal parallelization without manual orchestration. It addresses a common limitation where developers must manually refactor their promise chains to achieve efficient concurrency when some tasks depend on others, which can be error-prone and hard to maintain. With an object-based API, each task is declared as an asynchronous function that can reference other task results using a magical this.$ context, allowing the library to kick off independent operations immediately and only wait for dependent results when needed. This approach increases readability, reduces boilerplate, and optimizes execution timing based on actual dependency relations rather than naive static ordering.

Features

  • Automatic dependency-aware parallel execution
  • Full TypeScript type inference
  • Object-based cooperative API
  • Debug mode with waterfall visualization
  • Auto-abort remaining tasks on failure
  • Lightweight and minimal dependencies

Project Samples

Project Activity

See All Activity >

Categories

Task Managers

License

MIT License

Follow better-all

better-all Web Site

Other Useful Business Software
Outgrown Windows Task Scheduler? Icon
Outgrown Windows Task Scheduler?

Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Download Free Tool
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of better-all!

Additional Project Details

Programming Language

TypeScript

Related Categories

TypeScript Task Managers

Registered

1 day ago