This is the Linux app named better-all whose latest release can be downloaded as 0.0.9sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named better-all with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
better-all
DESCRIPTION:
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
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/better-all.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.