awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 vuesdocs.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.
  • Outils de développement - Stream adaptors for concurrent future execution.

Historique des stars

Graphique de l'historique des stars pour nextest-rs/future-queueGraphique de l'historique des stars pour nextest-rs/future-queue

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Future Queue

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Future Queue.
  • dagrs-dev/dagrsAvatar de dagrs-dev

    dagrs-dev/dagrs

    478Voir sur GitHub↗

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

    Rustasyncconcurrentdag
    Voir sur GitHub↗478
  • dpc/miocoAvatar de dpc

    dpc/mioco

    148Voir sur GitHub↗

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

    Rustasyncasynchronouscoroutines
    Voir sur GitHub↗148
  • async-rs/async-stdAvatar de async-rs

    async-rs/async-std

    4,068Voir sur 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
    Voir sur GitHub↗4,068
  • igumnoff/gabriel2Avatar de igumnoff

    igumnoff/gabriel2

    26Voir sur GitHub↗

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

    Rust
    Voir sur GitHub↗26
Voir les 30 alternatives à Future Queue→

Questions fréquentes

Que fait nextest-rs/future-queue ?

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

Quelles sont les fonctionnalités principales de nextest-rs/future-queue ?

Les fonctionnalités principales de nextest-rs/future-queue sont : Asynchronous Programming, Outils de développement.

Quelles sont les alternatives open-source à nextest-rs/future-queue ?

Les alternatives open-source à nextest-rs/future-queue incluent : 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.