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

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

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

python-greenlet/greenlet

0
View on GitHub↗
1,827 星标·266 分支·C++·5 次浏览

Greenlet

Lightweight in-process concurrent programming

Features

  • Asynchronous Programming - Enables lightweight in-process concurrent programming.

Star 历史

python-greenlet/greenlet 的 Star 历史图表python-greenlet/greenlet 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

python-greenlet/greenlet 是做什么的?

Lightweight in-process concurrent programming

python-greenlet/greenlet 的主要功能有哪些?

python-greenlet/greenlet 的主要功能包括:Asynchronous Programming。

python-greenlet/greenlet 有哪些开源替代品?

python-greenlet/greenlet 的开源替代品包括: aiokitchen/aiomisc — aiomisc - miscellaneous utils for asyncio. async-rs/async-std — async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library,… dagrs-dev/dagrs — High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable… dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). fastapi/asyncer — Asyncer, async and await, focused on developer experience. agronholm/anyio — High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio.

Greenlet 的开源替代方案

相似的开源项目,按与 Greenlet 的功能重合度排序。
  • aiokitchen/aiomiscaiokitchen 的头像

    aiokitchen/aiomisc

    425在 GitHub 上查看↗

    aiomisc - miscellaneous utils for asyncio

    Python
    在 GitHub 上查看↗425
  • async-rs/async-stdasync-rs 的头像

    async-rs/async-std

    4,068在 GitHub 上查看↗

    async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library, providing a set of alternatives to the core Rust library for managing concurrent tasks, networking, and file system access. The project implements a standard-library-mirrored API, offering asynchronous versions of existing synchronous types to maintain a familiar interface. This approach allows for asynchronous Rust development using an interface that reflects the ergonomics of the language's standard library. The runtime includes a task executor for scheduling and executing

    Rustasyncasync-awaitasync-rust
    在 GitHub 上查看↗4,068
  • dagrs-dev/dagrsdagrs-dev 的头像

    dagrs-dev/dagrs

    478在 GitHub 上查看↗

    High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

    Rustasyncconcurrentdag
    在 GitHub 上查看↗478
  • agronholm/anyioagronholm 的头像

    agronholm/anyio

    2,481在 GitHub 上查看↗

    High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio

    Pythonasync-awaitasynciotrio
    在 GitHub 上查看↗2,481
查看 Greenlet 的所有 21 个替代方案→