1 个仓库
Transforming a collection of asynchronous tasks into a single task that resolves to an array of results.
Distinct from Asynchronous Task Libraries: Shortlist candidates focus on memory buffers, LINQ, or spreadsheet generators; none cover general functional array sequencing of tasks.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Asynchronous Array Sequencing. Refine with filters or upvote what's useful.
fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di
Transforms an array of tasks into a single task yielding an array of results.