awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zonyitoo avatar

zonyitoo/coio-rs

0
View on GitHub↗
463 स्टार्स·30 फोर्क्स·Rust·Apache-2.0·3 व्यूज़

Coio Rs

Coroutine I/O for Rust

Features

  • Asynchronous Programming - Coroutine IO library with work-stealing scheduling.
  • डेवलपर टूल्स - Coroutine I/O library with a work-stealing scheduler.

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

zonyitoo/coio-rs के लिए स्टार हिस्ट्री चार्टzonyitoo/coio-rs के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Coio Rs के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • dpc/miocodpc का अवतार

    dpc/mioco

    148GitHub पर देखें↗

    no longer maintained Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).

    Rustasyncasynchronouscoroutines
    GitHub पर देखें↗148
  • 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
  • igumnoff/gabriel2igumnoff का अवतार

    igumnoff/gabriel2

    26GitHub पर देखें↗

    Gabriel2: Indeed, an actor library based on Tokio, written in Rust

    Rust
    GitHub पर देखें↗26
Coio Rs के सभी 30 विकल्प देखें→

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

zonyitoo/coio-rs क्या करता है?

Coroutine I/O for Rust

zonyitoo/coio-rs की मुख्य विशेषताएं क्या हैं?

zonyitoo/coio-rs की मुख्य विशेषताएं हैं: Asynchronous Programming, डेवलपर टूल्स।

zonyitoo/coio-rs के कुछ ओपन-सोर्स विकल्प क्या हैं?

zonyitoo/coio-rs के ओपन-सोर्स विकल्पों में शामिल हैं: dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). iii-hq/iii — iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage… 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… igumnoff/gabriel2 — Gabriel2: Indeed, an actor library based on Tokio, written in Rust. nextest-rs/future-queue — Queue futures to run concurrently, in the order they're spawned, and with global and group limits.