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

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

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

1 个仓库

Awesome GitHub RepositoriesSuspension Transformations

Compiler-level rewrites that convert suspending functions into state machines for non-blocking execution.

Distinct from Transformation Function Factories: Distinct from Transformation Function Factories: focuses on language-level compiler transformations for coroutines rather than factory patterns for data logic.

Explore 1 awesome GitHub repository matching data & databases · Suspension Transformations. Refine with filters or upvote what's useful.

Awesome Suspension Transformations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kotlin/kotlinx.coroutinesKotlin 的头像

    Kotlin/kotlinx.coroutines

    13,703在 GitHub 上查看↗

    Kotlinx.coroutines is a library for managing non-blocking background tasks and structured concurrency within the Kotlin programming language. It provides a framework for executing concurrent operations and synchronizing shared state, replacing traditional thread management and complex callback chains with lightweight primitives. The library utilizes a structured concurrency hierarchy to organize hierarchical background tasks, ensuring that lifecycle management, cancellation, and timeout handling propagate automatically to prevent resource leaks. It employs continuation-passing style transform

    Rewrites suspending functions into state machines to enable non-blocking execution without thread suspension.

    Kotlinasynccoroutineskotlin
    在 GitHub 上查看↗13,703
  1. Home
  2. Data & Databases
  3. Data Transformation Functions
  4. Transformation Function Factories
  5. Suspension Transformations