TaskChain | A Unified Library for Fluent Asynchronous Logic

TaskChain

A Unified Library for Fluent Asynchronous Logic.

GitHub | Wally | v0.1.1

TaskChain is an advanced library with typing enabled, designed to simplify and secure complexity asynchronous logics. It elegantly combines useful Queue Tasking, Promise & Janitor. It automatically manages yielding, error propagation, and ensures that all created resources are completely cleaned up when a sequence is finished or cancelled.

Installation

You can install TaskChain on Wally(highly recommended), or through the latest release .rbxm file from Github.

Playground

You can tests it through this link to download the playground .rbxl file.

3 Likes