awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAsynchronous Array Sequencing

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.

Awesome Asynchronous Array Sequencing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gcanti/fp-tsgcanti 的头像

    gcanti/fp-ts

    11,523在 GitHub 上查看↗

    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.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    在 GitHub 上查看↗11,523
  1. Home
  2. Programming Languages & Runtimes
  3. Asynchronous Array Sequencing