awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ python-greenlet/greenletمخطط تاريخ النجوم لـ python-greenlet/greenlet

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Greenlet

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Greenlet.
  • aiokitchen/aiomiscالصورة الرمزية لـ aiokitchen

    aiokitchen/aiomisc

    425عرض على GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    عرض على GitHub↗425
  • async-rs/async-stdالصورة الرمزية لـ async-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/dagrsالصورة الرمزية لـ dagrs-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/anyioالصورة الرمزية لـ agronholm

    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
عرض جميع البدائل الـ 21 لـ Greenlet→

الأسئلة الشائعة

ما هي وظيفة 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.