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++·3 व्यूज़

Greenlet

Lightweight in-process concurrent programming

Features

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

स्टार हिस्ट्री

python-greenlet/greenlet के लिए स्टार हिस्ट्री चार्टpython-greenlet/greenlet के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Greenlet के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Greenlet के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • aiokitchen/aiomiscaiokitchen का अवतार

    aiokitchen/aiomisc

    425GitHub पर देखें↗

    aiomisc - miscellaneous utils for asyncio

    Python
    GitHub पर देखें↗425
  • async-rs/async-stdasync-rs का अवतार

    async-rs/async-std

    4,068GitHub पर देखें↗

    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

    478GitHub पर देखें↗

    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,481GitHub पर देखें↗

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

    Pythonasync-awaitasynciotrio
    GitHub पर देखें↗2,481
Greenlet के सभी 21 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.