awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nextest-rs avatar

nextest-rs/future-queue

0
View on GitHub↗
70 Stars·1 Fork·Rust·Apache-2.0·2 Aufrufedocs.rs/future-queue↗

Future Queue

Queue futures to run concurrently, in the order they're spawned, and with global and group limits.

Features

  • Asynchronous Programming - Stream adaptors for concurrent future execution.
  • Developer Tools - Stream adaptors for concurrent future execution.

Star-Verlauf

Star-Verlauf für nextest-rs/future-queueStar-Verlauf für nextest-rs/future-queue

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Future Queue

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Future Queue.
  • dagrs-dev/dagrsAvatar von dagrs-dev

    dagrs-dev/dagrs

    478Auf GitHub ansehen↗

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

    Rustasyncconcurrentdag
    Auf GitHub ansehen↗478
  • dpc/miocoAvatar von dpc

    dpc/mioco

    148Auf GitHub ansehen↗

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

    Rustasyncasynchronouscoroutines
    Auf GitHub ansehen↗148
  • async-rs/async-stdAvatar von async-rs

    async-rs/async-std

    4,068Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,068
  • igumnoff/gabriel2Avatar von igumnoff

    igumnoff/gabriel2

    26Auf GitHub ansehen↗

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

    Rust
    Auf GitHub ansehen↗26
Alle 30 Alternativen zu Future Queue anzeigen→

Häufig gestellte Fragen

Was macht nextest-rs/future-queue?

Queue futures to run concurrently, in the order they're spawned, and with global and group limits.

Was sind die Hauptfunktionen von nextest-rs/future-queue?

Die Hauptfunktionen von nextest-rs/future-queue sind: Asynchronous Programming, Developer Tools.

Welche Open-Source-Alternativen gibt es zu nextest-rs/future-queue?

Open-Source-Alternativen zu nextest-rs/future-queue sind unter anderem: 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. rust-lang/futures-rs — Zero-cost asynchronous programming in Rust.